Skip to content

Commit c1c768c

Browse files
committed
fix: typo
1 parent 959cafe commit c1c768c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ allowlist_externals =
4040
commands_pre =
4141
uv sync --frozen --verbose --all-extras
4242
commands =
43-
uv run pytest {posargs} -s -v --timeout=600 --reruns=1 --reruns-delay=30 \
43+
uv run pytest -n {posargs} -s -v --timeout=600 --reruns=1 --reruns-delay=30 \
4444
--cov=awswrangler --cov-report=xml --cov-report term-missing --cov-branch \
4545
--cov-fail-under={env:COV_FAIL_UNDER} \
4646
--dist load --maxschedchunk 1 \

0 commit comments

Comments
 (0)