File tree Expand file tree Collapse file tree 1 file changed +24
-11
lines changed Expand file tree Collapse file tree 1 file changed +24
-11
lines changed Original file line number Diff line number Diff line change @@ -36,33 +36,46 @@ commands =
36
36
[testenv:py3_eest]
37
37
extras =
38
38
test
39
- setenv =
40
- COVERAGE_FILE = {toxworkdir}/.coverage
41
39
commands =
42
40
fill \
43
41
-m " not slow and not zkevm and not benchmark" \
44
- -n auto --maxprocesses 10 \
42
+ -n auto --maxprocesses 6 \
45
43
--basetemp =" {temp_dir}/pytest" \
46
44
--clean \
47
- eest_tests
48
-
45
+ eest_tests/execution-spec-tests/tests
46
+ fill \
47
+ -m " not slow and not zkevm and not benchmark" \
48
+ -n auto --maxprocesses 6 \
49
+ --basetemp =" {temp_dir}/pytest" \
50
+ --clean \
51
+ --fork Osaka \
52
+ eest_tests/execution-spec-tests/tests/osaka
49
53
50
54
[testenv:pypy3]
51
55
extras =
52
56
test
53
57
passenv =
54
58
PYPY_GC_MAX
55
59
commands =
56
- pytest \
60
+ fill \
57
61
--tb =no \
58
62
--show-capture =no \
59
63
--disable-warnings \
60
- -m " not slow" \
61
- -n auto --maxprocesses 5 \
62
- --ignore-glob =' tests/fixtures/*' \
63
- --ignore-glob =' eest_tests/*' \
64
+ -m " not slow and not zkevm and not benchmark" \
65
+ -n auto --maxprocesses 3 \
64
66
--basetemp =" {temp_dir}/pytest" \
65
- tests
67
+ --clean \
68
+ eest_tests/execution-spec-tests/tests
69
+ fill \
70
+ --tb =no \
71
+ --show-capture =no \
72
+ --disable-warnings \
73
+ -m " not slow and not zkevm and not benchmark" \
74
+ -n auto --maxprocesses 3 \
75
+ --basetemp =" {temp_dir}/pytest" \
76
+ --clean \
77
+ --fork Osaka \
78
+ eest_tests/execution-spec-tests/tests/osaka
66
79
67
80
[testenv:optimized]
68
81
extras =
You can’t perform that action at this time.
0 commit comments