From 6f4eeedb291400de78c4d1bc4e37afa573e79a69 Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Wed, 26 Oct 2022 14:25:45 -0500 Subject: [PATCH] Update setup.cfg All references to the cgi module have all been removed so there's no longer a need to silence those deprecation warnings. The deprecation warning for certifi is resolved as of version 2022.09.24. Signed-off-by: Vincent Fazio --- setup.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index d421afb6dc..3b085d087c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -20,8 +20,6 @@ combine_as_imports = True addopts = -rxXs filterwarnings = error - default:path is deprecated:DeprecationWarning:certifi - default:'cgi' is deprecated:DeprecationWarning asyncio_mode = strict markers = copied_from(source, changes=None): mark test as copied from somewhere else, along with a description of changes made to accodomate e.g. our test setup