We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df8947 commit 649bc79Copy full SHA for 649bc79
pytest.ini
@@ -2,6 +2,8 @@
2
norecursedirs=dist build .tox .eggs
3
addopts=--doctest-modules --flake8 --black --cov
4
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5
+# workaround for warning pytest-dev/pytest#6178
6
+junit_family=xunit2
7
filterwarnings=
8
# https://github.com/pytest-dev/pytest/issues/6928
9
ignore:direct construction of .*Item has been deprecated:DeprecationWarning
0 commit comments