summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-06-03 19:55:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-06-03 19:55:51 -0400
commit85d08db3ef3811bd208995254e7e9c9658cf710d (patch)
treeac22db9091ea5f84b32eb0eb797c4aa429456455
parent1b165200642e74a4c2acebf7fedb28e732a17881 (diff)
downloadpytest-runner-85d08db3ef3811bd208995254e7e9c9658cf710d.tar.gz
Suppress deprecation warnings in flake8 and packaging.tags. Ref pypa/packaging#433.
-rw-r--r--pytest.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 6bf69af..31b114f 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -5,3 +5,7 @@ doctest_optionflags=ALLOW_UNICODE ELLIPSIS
# workaround for warning pytest-dev/pytest#6178
junit_family=xunit2
filterwarnings=
+ # 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