update MARKED_FIXTURE deprecation message

This commit is contained in:
Thomas Grainger 2021-03-19 09:44:39 +00:00
parent 12efc58479
commit a7e0ae2455
No known key found for this signature in database
GPG Key ID: E452A1247BAC1A88
1 changed files with 1 additions and 1 deletions

View File

@ -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".
#