We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--ignore-glob='tests/json_infra/fixtures/*'
1 parent 8f1f76c commit d18197eCopy full SHA for d18197e
tox.ini
@@ -61,7 +61,6 @@ commands =
61
--cov-report "xml:{toxworkdir}/coverage.xml" \
62
--no-cov-on-fail \
63
--cov-branch \
64
- --ignore-glob='tests/json_infra/fixtures/*' \
65
--basetemp="{temp_dir}/pytest" \
66
tests/json_infra
67
@@ -108,7 +107,6 @@ commands =
108
107
pytest \
109
-m "not slow and not evm_tools" \
110
-n auto --maxprocesses 5 \
111
112
--ignore-glob='tests/test_t8n.py' \
113
--ignore-glob='eest_tests/*' \
114
0 commit comments