Skip to content

Commit

Permalink
enable the warnings plugin (#6416)
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Apr 23, 2023
1 parent a7da1ab commit 51716c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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 = [
Expand Down

0 comments on commit 51716c4

Please sign in to comment.