enable the warnings plugin (#6416)

This commit is contained in:
Thomas Grainger
2023-04-23 01:00:22 +01:00
committed by GitHub
parent a7da1ab349
commit 51716c4ef3
+1 -1
View File
@@ -4,7 +4,7 @@ src_paths = ["requests", "test"]
honor_noqa = true
[tool.pytest.ini_options]
addopts = "-p no:warnings --doctest-modules"
addopts = "--doctest-modules"
doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS"
minversion = "6.2"
testpaths = [