Skip to content

Commit d18197e

Browse files
committed
fix(tox.ini): Remove --ignore-glob='tests/json_infra/fixtures/*'
1 parent 8f1f76c commit d18197e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ commands =
6161
--cov-report "xml:{toxworkdir}/coverage.xml" \
6262
--no-cov-on-fail \
6363
--cov-branch \
64-
--ignore-glob='tests/json_infra/fixtures/*' \
6564
--basetemp="{temp_dir}/pytest" \
6665
tests/json_infra
6766

@@ -108,7 +107,6 @@ commands =
108107
pytest \
109108
-m "not slow and not evm_tools" \
110109
-n auto --maxprocesses 5 \
111-
--ignore-glob='tests/json_infra/fixtures/*' \
112110
--ignore-glob='tests/test_t8n.py' \
113111
--ignore-glob='eest_tests/*' \
114112
--basetemp="{temp_dir}/pytest" \

0 commit comments

Comments
 (0)