From acf063cfff09d26678709ce6894d605f4199db09 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 4 Jan 2020 07:26:51 -0500 Subject: Suppress a warning that is not our fault --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 8b03a02a..00b7acc2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 '# ' -- cgit v1.2.1