Skip to content

Commit 002f86e

Browse files
committed
Remove filter for openapi-core
Effectively revert commit 4ddcdea: the PR referenced merged a long time ago. Signed-off-by: Stephen Finucane <stephen@that.guru>
1 parent 670ce90 commit 002f86e

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

patchwork/tests/__init__.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,3 @@
1313
# configure warnings
1414

1515
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

Comments
 (0)