Update src/_pytest/deprecated.py

Co-Authored-By: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
This commit is contained in:
Ran Benita
2020-04-24 21:37:08 +03:00
committed by GitHub
parent 907e29a47b
commit 289e6c1d36

View File

@@ -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(