summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2021-07-18 09:27:21 +0100
committerJason R. Coombs <jaraco@jaraco.com>2021-09-04 12:14:35 -0400
commitca296ca8663a376f3c36c9f8fd86b10ba81366c2 (patch)
tree651ddc60721245c136be867432039509bc06e4c1 /pytest.ini
parentd989cdb36f50785d23b07939ba8b4fc2b68cf02a (diff)
downloadpython-setuptools-git-ca296ca8663a376f3c36c9f8fd86b10ba81366c2.tar.gz
remove lib2to3 usage
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/pytest.ini b/pytest.ini
index 307c5533..eebb212f 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -26,6 +26,3 @@ filterwarnings=
ignore:Parent module 'setuptools' not found while handling absolute import:RuntimeWarning
# Suppress use of bytes for filenames on Windows until fixed #2016
ignore:The Windows bytes API has been deprecated:DeprecationWarning
- # https://github.com/pypa/setuptools/issues/2081
- ignore:lib2to3 package is deprecated:PendingDeprecationWarning
- ignore:lib2to3 package is deprecated:DeprecationWarning