Skip to content

Commit 2a26d4f

Browse files
committed
Decrease tox parallelism
1 parent a54a578 commit 2a26d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ deps =
88
moto
99
-rrequirements-torch.txt
1010
commands =
11-
pytest -n 16 testing/test_awswrangler
11+
pytest -n 8 testing/test_awswrangler
1212

1313
[testenv:py36]
1414
deps =
1515
{[testenv]deps}
1616
pytest-cov
1717
commands =
18-
pytest --cov=awswrangler -n 16 testing/test_awswrangler
18+
pytest --cov=awswrangler -n 8 testing/test_awswrangler

0 commit comments

Comments
 (0)