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 9c700d1 commit 9742f11Copy full SHA for 9742f11
src/_pytest/deprecated.py
@@ -48,12 +48,6 @@
48
"See https://docs.pytest.org/en/latest/deprecations.html#result-log-result-log for more information."
49
)
50
51
-MARK_INFO_ATTRIBUTE = RemovedInPytest4Warning(
52
- "MarkInfo objects are deprecated as they contain merged marks which are hard to deal with correctly.\n"
53
- "Please use node.get_closest_marker(name) or node.iter_markers(name).\n"
54
- "Docs: https://docs.pytest.org/en/latest/mark.html#updating-code"
55
-)
56
-
57
RAISES_EXEC = PytestDeprecationWarning(
58
"raises(..., 'code(as_a_string)') is deprecated, use the context manager form or use `exec()` directly\n\n"
59
"See https://docs.pytest.org/en/latest/deprecations.html#raises-warns-exec"
0 commit comments