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 57e6725 commit 00454d0Copy full SHA for 00454d0
src/_pytest/deprecated.py
@@ -9,6 +9,7 @@
9
in case of warnings which need to format their messages.
10
"""
11
from _pytest.warning_types import PytestDeprecationWarning
12
+from _pytest.warning_types import UnformattedWarning
13
14
# set of plugins which have been integrated into the core; we use this list to ignore
15
# them during registration to avoid conflicts
0 commit comments