summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-01-04 07:26:51 -0500
committerNed Batchelder <ned@nedbatchelder.com>2020-01-04 07:26:51 -0500
commitacf063cfff09d26678709ce6894d605f4199db09 (patch)
tree0c78e9d491592f7e1422d2b787ba0b76301740f6
parent8a1fa7b89039d931bd0936b9825787a8c3ed7a5d (diff)
downloadpython-coveragepy-git-acf063cfff09d26678709ce6894d605f4199db09.tar.gz
Suppress a warning that is not our fault
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 8b03a02a..00b7acc2 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -5,6 +5,7 @@ markers =
# How come this warning is suppressed successfully here, but not in conftest.py??
filterwarnings =
ignore:dns.hash module will be removed:DeprecationWarning
+ ignore:Using or importing the ABCs:DeprecationWarning
[pep8]
# E265 block comment should start with '# '