File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ setenv =
41
41
commands =
42
42
fill \
43
43
-m " not slow and not zkevm and not benchmark" \
44
- -n auto --maxprocesses 10 \
44
+ -n auto --maxprocesses 6 \
45
45
--basetemp =" {temp_dir}/pytest" \
46
46
--clean \
47
- eest_tests
47
+ eest_tests/execution-spec-tests/tests
48
48
49
49
50
50
[testenv:pypy3]
@@ -53,16 +53,15 @@ extras =
53
53
passenv =
54
54
PYPY_GC_MAX
55
55
commands =
56
- pytest \
56
+ fill \
57
57
--tb =no \
58
58
--show-capture =no \
59
59
--disable-warnings \
60
- -m " not slow" \
61
- -n auto --maxprocesses 5 \
62
- --ignore-glob =' tests/fixtures/*' \
63
- --ignore-glob =' eest_tests/*' \
60
+ -m " not slow and not zkevm and not benchmark" \
61
+ -n auto --maxprocesses 3 \
64
62
--basetemp =" {temp_dir}/pytest" \
65
- tests
63
+ --clean \
64
+ eest_tests/execution-spec-tests/tests
66
65
67
66
[testenv:optimized]
68
67
extras =
You can’t perform that action at this time.
0 commit comments