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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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(