Skip to content

Commit

Permalink
Remove nonrelevant deprecation warning during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Aug 18, 2021
1 parent c07a000 commit 664a588
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = {py36,py37,py38,py39}-pytest_{4,50,51,52,53,54,latest}
envlist = {py36,py37,py38,py39}-pytest_{4,50,51,52,53,54,60,61,62,latest}

[testenv]
basepython =
Expand All @@ -19,3 +19,8 @@ deps =
pytest_62: pytest>=6.2,<6.3
pytest_latest: pytest
commands = pytest -rw {posargs}

[pytest]
minversion = 4.6
filterwarnings =
ignore:The TerminalReporter\.writer attribute is deprecated, use TerminalReporter\._tw instead at your own risk\.:DeprecationWarning

0 comments on commit 664a588

Please sign in to comment.