We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e787d2e commit e77591eCopy full SHA for e77591e
AUTHORS
@@ -143,6 +143,7 @@ Feng Ma
143
Florian Bruhin
144
Florian Dahlitz
145
Floris Bruynooghe
146
+Fraser Stark
147
Gabriel Landau
148
Gabriel Reis
149
Garvit Shubham
src/_pytest/warning_types.py
@@ -61,7 +61,7 @@ class PytestRemovedIn9Warning(PytestDeprecationWarning):
61
__module__ = "pytest"
62
63
64
-class PytestReturnNotNoneWarning(PytestRemovedIn8Warning):
+class PytestReturnNotNoneWarning(PytestWarning):
65
"""Warning emitted when a test function is returning value other than None."""
66
67
0 commit comments