From 224ba0d62094cc096bf5088de0ae85f769151de4 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 4 Nov 2022 19:59:56 +0100 Subject: [PATCH] Unignore `cgi` module deprecation warning @ pytest --- pytest.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/pytest.ini b/pytest.ini index 5aca10b..a89022b 100644 --- a/pytest.ini +++ b/pytest.ini @@ -50,8 +50,6 @@ faulthandler_timeout = 30 filterwarnings = error - # `cgi` is deprecated via https://peps.python.org/pep-0594/#cgi - ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning: # FIXME: drop this once `pytest-cov` is updated. # Ref: https://github.com/pytest-dev/pytest-cov/issues/557