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 126834b commit cb375a0Copy full SHA for cb375a0
tox.ini
@@ -20,7 +20,7 @@ extras =
20
test
21
commands =
22
pytest \
23
- -m "not slow and not evm_tools" \
+ -m "not slow" \
24
-n auto --maxprocesses 5 \
25
--cov=ethereum --cov-report=term --cov-report "xml:{toxworkdir}/coverage.xml" \
26
--ignore-glob='tests/fixtures/*' \
@@ -36,7 +36,7 @@ commands =
36
--tb=no \
37
--show-capture=no \
38
--disable-warnings \
39
40
-n auto --maxprocesses 2 \
41
42
--basetemp="{temp_dir}/pytest"
0 commit comments