diff options
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 '# ' |