Break up long line

This commit is contained in:
Florian Bruhin 2022-01-11 17:47:12 +01:00
parent a81a177752
commit 0644de3472
1 changed files with 3 additions and 2 deletions

View File

@ -146,8 +146,9 @@ class NodeMeta(type):
warnings.warn(
PytestDeprecationWarning(
f"{self} is not using a cooperative constructor and only takes {set(known_kw)}.\n"
"See https://docs.pytest.org/en/stable/deprecations.html#constructors-of-custom-pytest-node-subclasses-should-take-kwargs"
" for more details."
"See https://docs.pytest.org/en/stable/deprecations.html"
"#constructors-of-custom-pytest-node-subclasses-should-take-kwargs "
"for more details."
)
)