summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 0ab65b0e..8b03a02a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,6 +2,9 @@
addopts = -q -n3 --strict --no-flaky-report -rfe --failed-first
markers =
expensive: too slow to run during "make smoke"
+# How come this warning is suppressed successfully here, but not in conftest.py??
+filterwarnings =
+ ignore:dns.hash module will be removed:DeprecationWarning
[pep8]
# E265 block comment should start with '# '