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 09:17:07 -0500
commit4d38f23251046ec48a73cd1db5773a68d58130e5 (patch)
tree882dee1ba4d7811dd006cf7fad81835d978a05e2 /setup.cfg
parentc2773105682ee01b5ebfe5d29e86a9634d02b053 (diff)
downloadpython-coveragepy-git-nedbat/drop-36.tar.gz
build: drop Python 3.6 supportnedbat/drop-36
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