Skip to content

Commit

Permalink
Add workaround for warning emitted when junitxml is used. Ref pytest-…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 2, 2020
1 parent 0df8947 commit 649bc79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules --flake8 --black --cov
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
# workaround for warning pytest-dev/pytest#6178
junit_family=xunit2
filterwarnings=
# https://github.com/pytest-dev/pytest/issues/6928
ignore:direct construction of .*Item has been deprecated:DeprecationWarning

0 comments on commit 649bc79

Please sign in to comment.