Break up long line
This commit is contained in:
parent
a81a177752
commit
0644de3472
|
@ -146,7 +146,8 @@ class NodeMeta(type):
|
||||||
warnings.warn(
|
warnings.warn(
|
||||||
PytestDeprecationWarning(
|
PytestDeprecationWarning(
|
||||||
f"{self} is not using a cooperative constructor and only takes {set(known_kw)}.\n"
|
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"
|
"See https://docs.pytest.org/en/stable/deprecations.html"
|
||||||
|
"#constructors-of-custom-pytest-node-subclasses-should-take-kwargs "
|
||||||
"for more details."
|
"for more details."
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue