PytestReturnNotNoneWarning now subclasses PytestRemovedIn8Warning (#10196)

As discussed in https://github.com/pytest-dev/pytest/pull/9956#issuecomment-1132710934.

Also added PytestRemovedIn8Warning to the reference docs.
This commit is contained in:
Thomas Grainger
2022-10-10 00:10:45 +01:00
committed by GitHub
parent 196f01965e
commit 8a40fc5315
3 changed files with 5 additions and 2 deletions

View File

@@ -1136,6 +1136,9 @@ Custom warnings generated in some situations such as improper usage or deprecate
.. autoclass:: pytest.PytestReturnNotNoneWarning
:show-inheritance:
.. autoclass:: pytest.PytestRemovedIn8Warning
:show-inheritance:
.. autoclass:: pytest.PytestUnhandledCoroutineWarning
:show-inheritance: