]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Remove filter for openapi-core
authorStephen Finucane <stephen@that.guru>
Wed, 2 Aug 2023 10:19:36 +0000 (11:19 +0100)
committerStephen Finucane <stephen@that.guru>
Wed, 2 Aug 2023 10:19:36 +0000 (11:19 +0100)
Effectively revert commit 4ddcdea4: the PR referenced merged a long time
ago.

Signed-off-by: Stephen Finucane <stephen@that.guru>
patchwork/tests/__init__.py

index 886d8dca477177e76daa02974dd9f14994c6827a..0f1369c56172dc6e2c88abc36260164f9cff3bb6 100644 (file)
@@ -13,15 +13,3 @@ TEST_FUZZ_DIR = os.path.join(os.path.dirname(__file__), 'fuzztests')
 # configure warnings
 
 warnings.simplefilter('once', DeprecationWarning)
-
-# TODO: Remove this once [1] merges and is released
-# [1] https://github.com/p1c2u/openapi-core/pull/395
-warnings.filterwarnings(
-    'ignore',
-    message=(
-        'The distutils package is deprecated and slated for removal in Python '
-        '3.12. Use setuptools or check PEP 632 for potential alternatives'
-    ),
-    module='openapi_core',
-    category=DeprecationWarning,
-)