Skip to content

Commit

Permalink
Update setup.cfg
Browse files Browse the repository at this point in the history
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 <vfazio@gmail.com>
  • Loading branch information
vfazio committed Oct 26, 2022
1 parent c710c86 commit 6f4eeed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.cfg
Expand Up @@ -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
Expand Down

0 comments on commit 6f4eeed

Please sign in to comment.