Skip to content

Commit cb375a0

Browse files
committed
Re-enable evm_tools tests
1 parent 126834b commit cb375a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ extras =
2020
test
2121
commands =
2222
pytest \
23-
-m "not slow and not evm_tools" \
23+
-m "not slow" \
2424
-n auto --maxprocesses 5 \
2525
--cov=ethereum --cov-report=term --cov-report "xml:{toxworkdir}/coverage.xml" \
2626
--ignore-glob='tests/fixtures/*' \
@@ -36,7 +36,7 @@ commands =
3636
--tb=no \
3737
--show-capture=no \
3838
--disable-warnings \
39-
-m "not slow and not evm_tools" \
39+
-m "not slow" \
4040
-n auto --maxprocesses 2 \
4141
--ignore-glob='tests/fixtures/*' \
4242
--basetemp="{temp_dir}/pytest"

0 commit comments

Comments
 (0)