From f59ad4f39c6ad06cd02e1c91c44a82b017494eb6 Mon Sep 17 00:00:00 2001 From: TVo Date: Fri, 11 Apr 2025 14:07:23 -0700 Subject: [PATCH] Remove cgi deprecation exception from pytest.ini (#15939) Remove deprecation exception from pytest.ini --- pytest.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/pytest.ini b/pytest.ini index ddf76f09e0..5e4bf72dd5 100644 --- a/pytest.ini +++ b/pytest.ini @@ -34,9 +34,6 @@ filterwarnings = # FIXME: Delete this entry once `zope` is updated. once:Deprecated call to `pkg_resources.declare_namespace.'zope'.`.\nImplementing implicit namespace packages .as specified in PEP 420. is preferred to `pkg_resources.declare_namespace`. See https.//setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages:DeprecationWarning: - # FIXME: Delete this entry once `coreapi` is updated. - once:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning:_pytest.assertion.rewrite - # FIXME: Delete this entry once the use of `distutils` is exterminated from the repo. once:The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning:_pytest.assertion.rewrite