Update src/_pytest/deprecated.py
Co-Authored-By: Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
This commit is contained in:
parent
907e29a47b
commit
289e6c1d36
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue