Skip to content

Commit

Permalink
Tell tox to ignore our own deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Nov 15, 2023
1 parent e3325b7 commit cc3e642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ INPUT_COREDEV =
true: coredev

[testenv]
commands = pytest {toxinidir} -v --cov=./ --cov-report=xml
commands = pytest {toxinidir} -v --cov=./ --cov-report=xml -W ignore::DeprecationWarning
deps =
pytest-cov
pytest
Expand Down

0 comments on commit cc3e642

Please sign in to comment.