Skip to content

Commit a7e0ae2

Browse files
committed
update MARKED_FIXTURE deprecation message
1 parent 12efc58 commit a7e0ae2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/deprecated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"see https://docs.pytest.org/en/latest/deprecations.html#node-fspath-in-favor-of-pathlib-and-node-path",
9696
)
9797

98-
MARKED_FIXTURE = PytestDeprecationWarning("Marks cannot be applied to fixtures")
98+
MARKED_FIXTURE = PytestDeprecationWarning("Marks applied to fixtures have no effect")
9999

100100
# You want to make some `__init__` or function "private".
101101
#

0 commit comments

Comments
 (0)