changing parent class of PytestReturnNotNoneWarning
This commit is contained in:
parent
e787d2ed48
commit
e77591eef7
1
AUTHORS
1
AUTHORS
|
@ -143,6 +143,7 @@ Feng Ma
|
|||
Florian Bruhin
|
||||
Florian Dahlitz
|
||||
Floris Bruynooghe
|
||||
Fraser Stark
|
||||
Gabriel Landau
|
||||
Gabriel Reis
|
||||
Garvit Shubham
|
||||
|
|
|
@ -61,7 +61,7 @@ class PytestRemovedIn9Warning(PytestDeprecationWarning):
|
|||
__module__ = "pytest"
|
||||
|
||||
|
||||
class PytestReturnNotNoneWarning(PytestRemovedIn8Warning):
|
||||
class PytestReturnNotNoneWarning(PytestWarning):
|
||||
"""Warning emitted when a test function is returning value other than None."""
|
||||
|
||||
__module__ = "pytest"
|
||||
|
|
Loading…
Reference in New Issue