We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12efc58 commit a7e0ae2Copy full SHA for a7e0ae2
src/_pytest/deprecated.py
@@ -95,7 +95,7 @@
95
"see https://docs.pytest.org/en/latest/deprecations.html#node-fspath-in-favor-of-pathlib-and-node-path",
96
)
97
98
-MARKED_FIXTURE = PytestDeprecationWarning("Marks cannot be applied to fixtures")
+MARKED_FIXTURE = PytestDeprecationWarning("Marks applied to fixtures have no effect")
99
100
# You want to make some `__init__` or function "private".
101
#
0 commit comments