From 51716c4ef390136b0d4b800ec7665dd5503e64fc Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sun, 23 Apr 2023 01:00:22 +0100 Subject: [PATCH] enable the warnings plugin (#6416) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 996bf14c83..d3ab7bd9bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [