summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-16 09:32:49 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-07-16 09:32:49 -0400
commit32daab966f8120dd8a46cfff3fd896de57f6a211 (patch)
tree3d9b2ed8b3e25cb2935ef9999064f0eb81a6b92f /pytest.ini
parenta8fc8ddc5c22b9830a6209afc5c91847ccc171ac (diff)
parent498b965a805224420c8cde5969bf342a41766227 (diff)
downloadpytest-runner-32daab966f8120dd8a46cfff3fd896de57f6a211.tar.gz
Merge https://github.com/jaraco/skeleton
Diffstat (limited to 'pytest.ini')
-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