Skip to content

Commit acf063c

Browse files
committed
Suppress a warning that is not our fault
1 parent 8a1fa7b commit acf063c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ markers =
55
# How come this warning is suppressed successfully here, but not in conftest.py??
66
filterwarnings =
77
ignore:dns.hash module will be removed:DeprecationWarning
8+
ignore:Using or importing the ABCs:DeprecationWarning
89

910
[pep8]
1011
# E265 block comment should start with '# '

0 commit comments

Comments
 (0)