Skip to content

Commit 50d9196

Browse files
committed
chore(tox): Ignore warning for minimum dependencies
1 parent e02bca0 commit 50d9196

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ commands =
6363
coverage erase
6464
coverage run -p -m bids_validator tests/data/bids-examples/ds000117
6565
python -m pytest --doctest-modules --cov . --cov-append --cov-report term \
66+
min: -Wignore \
6667
--junitxml=test-results.xml {posargs}
6768
coverage xml
6869

0 commit comments

Comments
 (0)