We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5c356 commit 7b328ddCopy full SHA for 7b328dd
src/_pytest/deprecated.py
@@ -35,8 +35,8 @@
35
RAISES_MESSAGE_PARAMETER = PytestDeprecationWarning(
36
"The 'message' parameter is deprecated.\n"
37
"(did you mean to use `match='some regex'` to check the exception message?)\n"
38
- "Please comment on https://github.com/pytest-dev/pytest/issues/3974 "
39
- "if you have concerns about removal of this parameter."
+ "Please see:\n"
+ " https://docs.pytest.org/en/latest/deprecations.html#message-parameter-of-pytest-raises"
40
)
41
42
RESULT_LOG = PytestDeprecationWarning(
0 commit comments