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 6dabed5 commit 2141f39Copy full SHA for 2141f39
tox.ini
@@ -41,7 +41,7 @@ setenv =
41
commands =
42
fill \
43
-m "not slow and not zkevm and not benchmark" \
44
- -n auto --maxprocesses 10 \
+ -n auto --maxprocesses 6 \
45
--basetemp="{temp_dir}/pytest" \
46
--clean \
47
eest_tests
@@ -53,16 +53,15 @@ extras =
53
passenv =
54
PYPY_GC_MAX
55
56
- pytest \
+ fill \
57
--tb=no \
58
--show-capture=no \
59
--disable-warnings \
60
- -m "not slow" \
61
- -n auto --maxprocesses 5 \
62
- --ignore-glob='tests/fixtures/*' \
63
- --ignore-glob='eest_tests/*' \
+ -m "not slow and not zkevm and not benchmark" \
+ -n auto --maxprocesses 3 \
64
65
- tests
+ --clean \
+ eest_tests
66
67
[testenv:optimized]
68
extras =
0 commit comments