File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ allowlist_externals =
1515 pytest
1616 poetry
1717commands_pre =
18- poetry install --no-root --sync --extras " deltalake gremlin mysql opencypher opensearch oracle postgres redshift sparql sqlserver geopandas"
18+ 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 =
20- pytest -n {posargs} -s -v --timeout =300 --reruns =2 --reruns-delay =15 \
20+ uv run pytest -n {posargs} -s -v --timeout =300 --reruns =2 --reruns-delay =15 \
2121 --cov =awswrangler --cov-report =xml --cov-report term-missing --cov-branch \
2222 --cov-fail-under ={env:COV_FAIL_UNDER} \
2323 --dist load --maxschedchunk 2 \
@@ -35,6 +35,6 @@ setenv =
3535 WR_CPU_COUNT = 16
3636allowlist_externals = poetry
3737commands_pre =
38- poetry install --no-root --sync --all-extras
38+ uv sync --frozen --verbose --all-extras
3939commands =
4040 {[testenv]commands}
You can’t perform that action at this time.
0 commit comments