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.
2 parents 355954d + 45d36dd commit f37ea71Copy full SHA for f37ea71
src/_pytest/deprecated.py
@@ -40,8 +40,8 @@
40
RAISES_MESSAGE_PARAMETER = PytestDeprecationWarning(
41
"The 'message' parameter is deprecated.\n"
42
"(did you mean to use `match='some regex'` to check the exception message?)\n"
43
- "Please comment on https://github.com/pytest-dev/pytest/issues/3974 "
44
- "if you have concerns about removal of this parameter."
+ "Please see:\n"
+ " https://docs.pytest.org/en/4.6-maintenance/deprecations.html#message-parameter-of-pytest-raises"
45
)
46
47
RESULT_LOG = PytestDeprecationWarning(
0 commit comments