We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc43378 commit 5823e9cCopy full SHA for 5823e9c
pytest.ini
@@ -2,8 +2,6 @@
2
norecursedirs=dist build .tox .eggs
3
addopts=--doctest-modules
4
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5
-# workaround for warning pytest-dev/pytest#6178
6
-junit_family=xunit2
7
filterwarnings=
8
# Suppress deprecation warning in flake8
9
ignore:SelectableGroups dict interface is deprecated::flake8
setup.cfg
@@ -28,7 +28,7 @@ exclude =
28
[options.extras_require]
29
testing =
30
# upstream
31
- pytest >= 4.6
+ pytest >= 6
32
pytest-checkdocs >= 2.4
33
pytest-flake8
34
pytest-black >= 0.3.7; \
0 commit comments