Use uv as the default test environment - #10
Merged
Merged
Conversation
splasky
marked this pull request as ready for review
July 31, 2026 04:13
splasky
commented
Jul 31, 2026
splasky
force-pushed
the
fix/uv-build-config
branch
from
July 31, 2026 04:25
3eb547a to
edaa508
Compare
splasky
force-pushed
the
fix/uv-build-config
branch
from
July 31, 2026 05:39
0cfcd2f to
00ce0c6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pyproject.toml.uv.lockand remove duplicated dependency/config files:requirements.txtandpytest.ini.uv sync --lockedanduv run pytest.--consistency=1.0so emulator-backed tests are deterministic.Validation
uv sync --lockedpassed after rebasing ontoorigin/main.GCLOUD_PATH=/mnt/workspace/code/google-cloud-sdk/bin/gcloud uv run pytest-> 399 passed.SUPERSET_CONFIG=tests.integration_tests.superset_test_config SUPERSET_TESTENV=true .venv/bin/pytest -vv tests/integration_tests/db_engine_specs/datastore_tests.py-> 20 passed.6.0.0was checked locally, but that source tree does not containtests/integration_tests/db_engine_specs/datastore_tests.py,DatastoreDbEngineSpec, orsqlalchemy_datastorereferences, so the same Superset datastore test module is not available on that tag. The package itself was importable in the Superset 6.0.0 environment.Notes
uv.lockis intentionally tracked so CI and local development resolve the same dependency set when usinguv sync --locked.