File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ setenv =
1313 COV_FAIL_UNDER = 87.00
1414allowlist_externals =
1515 pytest
16- poetry
16+ uv
1717commands_pre =
1818 uv sync --frozen --verbose --extra deltalake --extra gremlin --extra mysql --extra opencypher --extra opensearch --extra oracle --extra postgres --extra redshift --extra sparql --extra sqlserver --extra geopandas
1919commands =
@@ -33,7 +33,7 @@ passenv =
3333setenv =
3434 COV_FAIL_UNDER = 74.00
3535 WR_CPU_COUNT = 16
36- allowlist_externals = poetry
36+ allowlist_externals = uv
3737commands_pre =
3838 uv sync --frozen --verbose --all-extras
3939commands =
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ ruff format --check .
55ruff check .
66mypy --install-types --non-interactive awswrangler
77doc8 --ignore-path docs/source/stubs --max-line-length 120 docs/source
8- poetry check --lock
8+ uv lock --check
You can’t perform that action at this time.
0 commit comments