afeldman1 commented on code in PR #3299:
URL: https://github.com/apache/iceberg-python/pull/3299#discussion_r3174871494
##########
Makefile:
##########
@@ -115,7 +115,7 @@ test-integration-setup: install ## Start Docker services
for integration tests
uv run $(PYTHON_ARG) python dev/provision.py
test-integration-exec: ## Run integration tests (excluding provision)
- $(TEST_RUNNER) pytest tests/ -m integration $(PYTEST_ARGS)
+ RAY_ENABLE_UV_RUN_RUNTIME_ENV=0 $(TEST_RUNNER) pytest tests/ -m
integration $(PYTEST_ARGS)
Review Comment:
Another option I had looked into was passing in an empty folder to
`working_dir`, but that seemed worse
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]