Skip to content

Commit

Permalink
Update src/_pytest/deprecated.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
  • Loading branch information
bluetech and RonnyPfannschmidt committed Apr 24, 2020
1 parent 907e29a commit 289e6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/deprecated.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

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(
Expand Down

0 comments on commit 289e6c1

Please sign in to comment.