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