summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 '# '