update MARKED_FIXTURE deprecation message
This commit is contained in:
parent
12efc58479
commit
a7e0ae2455
|
@ -95,7 +95,7 @@ NODE_FSPATH = UnformattedWarning(
|
|||
"see https://docs.pytest.org/en/latest/deprecations.html#node-fspath-in-favor-of-pathlib-and-node-path",
|
||||
)
|
||||
|
||||
MARKED_FIXTURE = PytestDeprecationWarning("Marks cannot be applied to fixtures")
|
||||
MARKED_FIXTURE = PytestDeprecationWarning("Marks applied to fixtures have no effect")
|
||||
|
||||
# You want to make some `__init__` or function "private".
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue