summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-12-17 22:02:33 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-12-17 22:02:33 -0500
commit340d0e02254c6fb258d9b18d3a8a12c3b5a001c4 (patch)
tree337462be19cb2d0d1edea7b732861b271638fd47 /pytest.ini
parent9f1822ee910df3df930a98ab99f66d18bb70659b (diff)
parenteca1c4ca6e104c8add280c721cbb365196f55ac7 (diff)
downloadpython-setuptools-git-340d0e02254c6fb258d9b18d3a8a12c3b5a001c4.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini
index 8cc1052d..5c0ad039 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -12,8 +12,6 @@ filterwarnings=
## upstream
# Suppress deprecation warning in flake8
ignore:SelectableGroups dict interface is deprecated::flake8
- # Suppress deprecation warning in pypa/packaging#433
- ignore:The distutils package is deprecated::packaging.tags
## end upstream
# https://github.com/pypa/setuptools/issues/1823