diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2023-03-05 09:18:48 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2023-03-05 09:34:02 -0500 |
| commit | a1aeda391a0c462ea53627bcdf50dd4c0daadaed (patch) | |
| tree | f461174e894e7ce9ce2712fdf7631bf35d7add42 /pytest.ini | |
| parent | f04a29aafff0778d2daf9276faf31455e6f791ac (diff) | |
| download | python-setuptools-git-a1aeda391a0c462ea53627bcdf50dd4c0daadaed.tar.gz | |
Deprecate pkg_resources, removing excuse that 'discouraged is not deprecated'.
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
