Update src/_pytest/warning_types.py
This commit is contained in:
parent
c6dbb0aa85
commit
ff4140b54a
|
@ -54,7 +54,6 @@ class PytestRemovedIn8Warning(PytestDeprecationWarning):
|
|||
__module__ = "pytest"
|
||||
|
||||
|
||||
@sealed
|
||||
class PytestReturnNotNoneWarning(PytestRemovedIn8Warning):
|
||||
"""Warning emitted when a test function is returning value other than None."""
|
||||
|
||||
|
|
Loading…
Reference in New Issue