From c6dbb0aa85d02e03cb82661d2dce5ac05dd62708 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Sun, 9 Oct 2022 14:27:50 +0100 Subject: [PATCH] Update src/_pytest/warning_types.py --- src/_pytest/warning_types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_pytest/warning_types.py b/src/_pytest/warning_types.py index bb6c242bc..20f9d3256 100644 --- a/src/_pytest/warning_types.py +++ b/src/_pytest/warning_types.py @@ -48,7 +48,6 @@ class PytestDeprecationWarning(PytestWarning, DeprecationWarning): __module__ = "pytest" -@sealed class PytestRemovedIn8Warning(PytestDeprecationWarning): """Warning class for features that will be removed in pytest 8."""