Skip to content

Commit c6408c9

Browse files
committed
fix(tox): Use --dist=loadfile
1 parent 057fe10 commit c6408c9

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
@@ -48,7 +48,7 @@ commands =
4848
commands =
4949
pytest \
5050
-m "not slow" \
51-
-n auto --maxprocesses 6 \
51+
-n auto --maxprocesses 6 --dist=loadfile \
5252
--cov-config=pyproject.toml \
5353
--cov=ethereum \
5454
--cov-report=term \
@@ -98,7 +98,7 @@ passenv =
9898
commands =
9999
pytest \
100100
-m "not slow and not evm_tools" \
101-
-n auto --maxprocesses 5 \
101+
-n auto --maxprocesses 5 --dist=loadfile \
102102
--ignore-glob='tests/test_t8n.py' \
103103
--ignore-glob='eest_tests/*' \
104104
--basetemp="{temp_dir}/pytest" \

0 commit comments

Comments
 (0)