summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-12-31 09:17:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-12-31 12:12:02 -0500
commit39f8f3ed43cf82cdf30b57d7f9624addcbd9e372 (patch)
tree8a217a88ce2c1a52c53d6901aa88a44f9fe287d7 /setup.cfg
parentc2773105682ee01b5ebfe5d29e86a9634d02b053 (diff)
downloadpython-coveragepy-git-39f8f3ed43cf82cdf30b57d7f9624addcbd9e372.tar.gz
build: drop Python 3.6 support
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 221e1230..e13f4835 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,6 +12,7 @@ filterwarnings =
ignore:dns.hash module will be removed:DeprecationWarning
ignore:Using or importing the ABCs:DeprecationWarning
ignore:the imp module is deprecated in favour of importlib:DeprecationWarning
+ ignore:distutils Version classes are deprecated:DeprecationWarning
# xfail tests that pass should fail the test suite
xfail_strict = true