From 289e6c1d3632e5f9c53d4f2986ecc7158ac8abe7 Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Fri, 24 Apr 2020 21:37:08 +0300 Subject: [PATCH] Update src/_pytest/deprecated.py Co-Authored-By: Ronny Pfannschmidt --- src/_pytest/deprecated.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(