doc: src/_pytest/deprecated.py: links

This commit is contained in:
Daniel Hahler 2020-03-05 02:47:21 +01:00
parent dc5219a9c0
commit 1a8d427e98
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ that is planned to be removed in the next pytest release.
Keeping it in a central location makes it easy to track what is deprecated and should
be removed when the time comes.
All constants defined in this module should be either PytestWarning instances or UnformattedWarning
All constants defined in this module should be either instances of
:class:`PytestWarning`, or :class:`UnformattedWarning`
in case of warnings which need to format their messages.
"""
from _pytest.warning_types import PytestDeprecationWarning