We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959cafe commit c1c768cCopy full SHA for c1c768c
tox.ini
@@ -40,7 +40,7 @@ allowlist_externals =
40
commands_pre =
41
uv sync --frozen --verbose --all-extras
42
commands =
43
- uv run pytest {posargs} -s -v --timeout=600 --reruns=1 --reruns-delay=30 \
+ uv run pytest -n {posargs} -s -v --timeout=600 --reruns=1 --reruns-delay=30 \
44
--cov=awswrangler --cov-report=xml --cov-report term-missing --cov-branch \
45
--cov-fail-under={env:COV_FAIL_UNDER} \
46
--dist load --maxschedchunk 1 \
0 commit comments