summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 2d015d95..7ba8525a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,10 +2,12 @@
addopts = -q -n3 --strict --force-flaky --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??
+
+# How come these warnings are suppressed successfully here, but not in conftest.py??
filterwarnings =
ignore:dns.hash module will be removed:DeprecationWarning
ignore:Using or importing the ABCs:DeprecationWarning
+
# xfail tests that pass should fail the test suite
xfail_strict=true