Skip to content

Commit 40a16ec

Browse files
committed
Apply workaround for regression in pytest 8.1.1. Ref pytest-dev/pytest#12112.
1 parent c4836e0 commit 40a16ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pytest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ norecursedirs=dist build .tox .eggs
33
addopts=
44
--doctest-modules
55
--import-mode importlib
6+
consider_namespace_packages=true
67
filterwarnings=
78
## upstream
89

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ testing =
3535

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

4040
docs =
4141
# upstream

0 commit comments

Comments
 (0)