Skip to content

Commit 94f0eba

Browse files
committed
fixes
1 parent d26891f commit 94f0eba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setenv =
1313
COV_FAIL_UNDER = 87.00
1414
allowlist_externals =
1515
pytest
16-
poetry
16+
uv
1717
commands_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
1919
commands =
@@ -33,7 +33,7 @@ passenv =
3333
setenv =
3434
COV_FAIL_UNDER = 74.00
3535
WR_CPU_COUNT = 16
36-
allowlist_externals = poetry
36+
allowlist_externals = uv
3737
commands_pre =
3838
uv sync --frozen --verbose --all-extras
3939
commands =

validate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ ruff format --check .
55
ruff check .
66
mypy --install-types --non-interactive awswrangler
77
doc8 --ignore-path docs/source/stubs --max-line-length 120 docs/source
8-
poetry check --lock
8+
uv lock --check

0 commit comments

Comments
 (0)