Skip to content

Commit

Permalink
Apply workaround for regression in pytest 8.1.1. Ref pytest-dev/pytes…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Mar 30, 2024
1 parent c4836e0 commit 40a16ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ norecursedirs=dist build .tox .eggs
addopts=
--doctest-modules
--import-mode importlib
consider_namespace_packages=true
filterwarnings=
## upstream

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ testing =

# local
# workaround for pytest-dev/pytest#12112
pytest < 8.1
pytest@git+https://github.com/pytest-dev/pytest@refs/pull/12169/head

docs =
# upstream
Expand Down

0 comments on commit 40a16ec

Please sign in to comment.