Skip to content

Commit 51716c4

Browse files
authored
enable the warnings plugin (#6416)
1 parent a7da1ab commit 51716c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ src_paths = ["requests", "test"]
44
honor_noqa = true
55

66
[tool.pytest.ini_options]
7-
addopts = "-p no:warnings --doctest-modules"
7+
addopts = "--doctest-modules"
88
doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS"
99
minversion = "6.2"
1010
testpaths = [

0 commit comments

Comments
 (0)