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 3fc7a93 commit 6ff02e0Copy full SHA for 6ff02e0
pytest.ini
@@ -1,6 +1,9 @@
1
[pytest]
2
norecursedirs=dist build .tox .eggs
3
-addopts=--doctest-modules
+addopts=
4
+ --doctest-modules
5
+ --import-mode importlib
6
+consider_namespace_packages=true
7
filterwarnings=
8
## upstream
9
setup.cfg
@@ -20,7 +20,7 @@ install_requires =
20
[options.extras_require]
21
testing =
22
# upstream
23
- pytest >= 6
+ pytest >= 6, != 8.1.1
24
pytest-checkdocs >= 2.4
25
pytest-cov
26
pytest-mypy
0 commit comments