Skip to content

Commit

Permalink
Rely on pytest 6 and drop workaround for pytest-dev/pytest#6178.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 7, 2021
1 parent dc43378 commit 5823e9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
# workaround for warning pytest-dev/pytest#6178
junit_family=xunit2
filterwarnings=
# Suppress deprecation warning in flake8
ignore:SelectableGroups dict interface is deprecated::flake8
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exclude =
[options.extras_require]
testing =
# upstream
pytest >= 4.6
pytest >= 6
pytest-checkdocs >= 2.4
pytest-flake8
pytest-black >= 0.3.7; \
Expand Down

0 comments on commit 5823e9c

Please sign in to comment.