Skip to content

Commit 0a00349

Browse files
committed
Add alias clarification to deprecation warning
1 parent b250c9d commit 0a00349

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/7815.doc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added alias clarification on the deprecation warning for `_fillfuncargs` function.

src/_pytest/deprecated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
FILLFUNCARGS = PytestDeprecationWarning(
24-
"The `_fillfuncargs` function is deprecated, use "
24+
"The `_fillfuncargs` function (public alias of _pytest.fixtures.fillfixtures function) is deprecated, use "
2525
"function._request._fillfixtures() instead if you cannot avoid reaching into internals."
2626
)
2727

0 commit comments

Comments
 (0)