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 757ab44 commit 7d68e78Copy full SHA for 7d68e78
tox.ini
@@ -10,12 +10,12 @@ deps =
10
moto==1.3.16
11
s3fs==0.4.2
12
commands =
13
- pytest -n 32 --timeout=300 tests
+ pytest -n 64 --timeout=300 tests
14
15
[testenv:py38]
16
passenv = AWS_PROFILE AWS_DEFAULT_REGION AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
17
deps =
18
{[testenv]deps}
19
pytest-cov==2.10.1
20
21
- pytest -n 32 --timeout=300 --cov=awswrangler tests
+ pytest -n 64 --timeout=300 --cov=awswrangler tests
0 commit comments