Skip to content

Commit d26891f

Browse files
committed
update tox.ini
1 parent 13eab39 commit d26891f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ allowlist_externals =
1515
pytest
1616
poetry
1717
commands_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
1919
commands =
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
3636
allowlist_externals = poetry
3737
commands_pre =
38-
poetry install --no-root --sync --all-extras
38+
uv sync --frozen --verbose --all-extras
3939
commands =
4040
{[testenv]commands}

0 commit comments

Comments
 (0)