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.
--dist=loadfile
1 parent 057fe10 commit c6408c9Copy full SHA for c6408c9
tox.ini
@@ -48,7 +48,7 @@ commands =
48
commands =
49
pytest \
50
-m "not slow" \
51
- -n auto --maxprocesses 6 \
+ -n auto --maxprocesses 6 --dist=loadfile \
52
--cov-config=pyproject.toml \
53
--cov=ethereum \
54
--cov-report=term \
@@ -98,7 +98,7 @@ passenv =
98
99
100
-m "not slow and not evm_tools" \
101
- -n auto --maxprocesses 5 \
+ -n auto --maxprocesses 5 --dist=loadfile \
102
--ignore-glob='tests/test_t8n.py' \
103
--ignore-glob='eest_tests/*' \
104
--basetemp="{temp_dir}/pytest" \
0 commit comments