We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 670ce90 commit 002f86eCopy full SHA for 002f86e
1 file changed
patchwork/tests/__init__.py
@@ -13,15 +13,3 @@
13
# configure warnings
14
15
warnings.simplefilter('once', DeprecationWarning)
16
-
17
-# TODO: Remove this once [1] merges and is released
18
-# [1] https://github.com/p1c2u/openapi-core/pull/395
19
-warnings.filterwarnings(
20
- 'ignore',
21
- message=(
22
- 'The distutils package is deprecated and slated for removal in Python '
23
- '3.12. Use setuptools or check PEP 632 for potential alternatives'
24
- ),
25
- module='openapi_core',
26
- category=DeprecationWarning,
27
-)
0 commit comments