We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7da1ab commit 51716c4Copy full SHA for 51716c4
pyproject.toml
@@ -4,7 +4,7 @@ src_paths = ["requests", "test"]
4
honor_noqa = true
5
6
[tool.pytest.ini_options]
7
-addopts = "-p no:warnings --doctest-modules"
+addopts = "--doctest-modules"
8
doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS"
9
minversion = "6.2"
10
testpaths = [
0 commit comments