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 563124e commit afd591eCopy full SHA for afd591e
src/_pytest/deprecated.py
@@ -112,7 +112,8 @@
112
"The hook{type} {fullname} uses old-style configuration options (marks or attributes).\n"
113
" please use the pytest.hook{type}({hook_opts}) decorator instead of pytest.mark \n"
114
" to configure the hooks.\n"
115
- " see URL",
+ " see https://docs.pytest.org/en/latest/deprecations.html"
116
+ "#configuring-hook-specs-impls-using-markers",
117
)
118
119
# You want to make some `__init__` or function "private".
0 commit comments