diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-01-04 07:26:51 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-01-04 07:26:51 -0500 |
commit | acf063cfff09d26678709ce6894d605f4199db09 (patch) | |
tree | 0c78e9d491592f7e1422d2b787ba0b76301740f6 | |
parent | 8a1fa7b89039d931bd0936b9825787a8c3ed7a5d (diff) | |
download | python-coveragepy-git-acf063cfff09d26678709ce6894d605f4199db09.tar.gz |
Suppress a warning that is not our fault
-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 '# ' |