Skip to content

Commit b71ea2e

Browse files
committed
run eest tests in pypy
1 parent 1cd0725 commit b71ea2e

File tree

1 file changed

+24
-11
lines changed

1 file changed

+24
-11
lines changed

tox.ini

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,33 +36,46 @@ commands =
3636
[testenv:py3_eest]
3737
extras =
3838
test
39-
setenv =
40-
COVERAGE_FILE = {toxworkdir}/.coverage
4139
commands =
4240
fill \
4341
-m "not slow and not zkevm and not benchmark" \
44-
-n auto --maxprocesses 10 \
42+
-n auto --maxprocesses 6 \
4543
--basetemp="{temp_dir}/pytest" \
4644
--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
4953

5054
[testenv:pypy3]
5155
extras =
5256
test
5357
passenv =
5458
PYPY_GC_MAX
5559
commands =
56-
pytest \
60+
fill \
5761
--tb=no \
5862
--show-capture=no \
5963
--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 \
6466
--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
6679

6780
[testenv:optimized]
6881
extras =

0 commit comments

Comments
 (0)