summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2023-03-05 09:18:48 -0500
committerJason R. Coombs <jaraco@jaraco.com>2023-03-05 09:34:02 -0500
commita1aeda391a0c462ea53627bcdf50dd4c0daadaed (patch)
treef461174e894e7ce9ce2712fdf7631bf35d7add42 /pytest.ini
parentf04a29aafff0778d2daf9276faf31455e6f791ac (diff)
downloadpython-setuptools-git-a1aeda391a0c462ea53627bcdf50dd4c0daadaed.tar.gz
Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 1a651f55..016f1181 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -86,3 +86,6 @@ filterwarnings=
# Avoid errors when testing pkg_resources.declare_namespace
ignore:.*pkg_resources\.declare_namespace.*:DeprecationWarning
+
+ # suppress known deprecation
+ ignore:pkg_resources is deprecated:DeprecationWarning