Skip to content

Commit 5823e9c

Browse files
committed
Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178.
1 parent dc43378 commit 5823e9c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

pytest.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
norecursedirs=dist build .tox .eggs
33
addopts=--doctest-modules
44
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5-
# workaround for warning pytest-dev/pytest#6178
6-
junit_family=xunit2
75
filterwarnings=
86
# Suppress deprecation warning in flake8
97
ignore:SelectableGroups dict interface is deprecated::flake8

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exclude =
2828
[options.extras_require]
2929
testing =
3030
# upstream
31-
pytest >= 4.6
31+
pytest >= 6
3232
pytest-checkdocs >= 2.4
3333
pytest-flake8
3434
pytest-black >= 0.3.7; \

0 commit comments

Comments
 (0)