Skip to content

Commit

Permalink
Suppress a warning that is not our fault
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 4, 2020
1 parent 8a1fa7b commit acf063c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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 '# '
Expand Down

0 comments on commit acf063c

Please sign in to comment.