We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4836e0 commit 40a16ecCopy full SHA for 40a16ec
pytest.ini
@@ -3,6 +3,7 @@ norecursedirs=dist build .tox .eggs
3
addopts=
4
--doctest-modules
5
--import-mode importlib
6
+consider_namespace_packages=true
7
filterwarnings=
8
## upstream
9
setup.cfg
@@ -35,7 +35,7 @@ testing =
35
36
# local
37
# workaround for pytest-dev/pytest#12112
38
- pytest < 8.1
+ pytest@git+https://github.com/pytest-dev/pytest@refs/pull/12169/head
39
40
docs =
41
# upstream
0 commit comments