diff --git a/src/_pytest/deprecated.py b/src/_pytest/deprecated.py index 2295bfe1d..1896a0540 100644 --- a/src/_pytest/deprecated.py +++ b/src/_pytest/deprecated.py @@ -27,7 +27,7 @@ FUNCARGNAMES = PytestDeprecationWarning( FILLFUNCARGS = PytestDeprecationWarning( "The `_fillfuncargs` function is deprecated, use " - "function._request._fillfixtures() instead if you must." + "function._request._fillfixtures() instead if you cannot avoid reaching into internals." ) RESULT_LOG = PytestDeprecationWarning(