Skip to content

Commit b2467fe

Browse files
gurukamathCarsons-Eels
authored andcommitted
run eest tests in py3
1 parent 58944ff commit b2467fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ commands =
3636
[testenv:py3]
3737
extras =
3838
test
39+
setenv =
40+
COVERAGE_FILE = {toxworkdir}/.coverage
3941
commands =
4042
fill \
4143
-m "not slow and not zkevm and not benchmark" \
@@ -89,6 +91,7 @@ commands =
8991
-n auto --maxprocesses 5 \
9092
--ignore-glob='tests/fixtures/*' \
9193
--ignore-glob='tests/test_t8n.py' \
94+
--ignore-glob='eest_tests/*' \
9295
--basetemp="{temp_dir}/pytest" \
9396
--optimized \
9497
tests

0 commit comments

Comments
 (0)