Skip to content

Commit 2141f39

Browse files
committed
run eest tests in pypy
1 parent 6dabed5 commit 2141f39

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

tox.ini

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ 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 \
4747
eest_tests
@@ -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
6665

6766
[testenv:optimized]
6867
extras =

0 commit comments

Comments
 (0)