Skip to content

Commit 06aeac2

Browse files
committed
run eest tests in pypy
1 parent 6dabed5 commit 06aeac2

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

tox.ini

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ setenv =
4141
commands =
4242
fill \
4343
-m "not slow and not zkevm and not benchmark" \
44-
-n auto --maxprocesses 10 \
44+
-n auto --maxprocesses 6 \
4545
--basetemp="{temp_dir}/pytest" \
4646
--clean \
47-
eest_tests
47+
eest_tests/execution-spec-tests/tests
4848

4949

5050
[testenv:pypy3]
@@ -53,16 +53,15 @@ extras =
5353
passenv =
5454
PYPY_GC_MAX
5555
commands =
56-
pytest \
56+
fill \
5757
--tb=no \
5858
--show-capture=no \
5959
--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 \
6462
--basetemp="{temp_dir}/pytest" \
65-
tests
63+
--clean \
64+
eest_tests/execution-spec-tests/tests
6665

6766
[testenv:optimized]
6867
extras =

0 commit comments

Comments
 (0)