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 709b630 commit d4f115d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pytest.ini
Expand Up @@ -3,6 +3,7 @@ norecursedirs=dist build .tox .eggs
addopts=
--doctest-modules
--import-mode importlib
consider_namespace_packages=true
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
## upstream
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Expand Up @@ -29,6 +29,8 @@ install_requires =
testing =
# upstream
pytest >= 6
# workaround for pytest-dev/pytest#12112
pytest@git+https://github.com/pytest-dev/pytest@refs/pull/12169/head
pytest-checkdocs >= 2.4
pytest-cov
pytest-mypy
Expand Down

0 comments on commit d4f115d

Please sign in to comment.