Update src/_pytest/warning_types.py
This commit is contained in:
parent
7733e49436
commit
c6dbb0aa85
|
@ -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."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue