Closed
Description
The old-style hookimpl deprecation warning from #9118 has no way to see where the culprit is implemented. I'm now getting:
pytest.PytestDeprecationWarning: The hookimpl pytest_configure uses old-style configuration options (marks or attributes).
Please use the pytest.hookimpl(trylast=True) decorator instead
with no easy way to figure out what the problem is. I have 12 plugins installed, all of which might have a pytest_configure
, and I'd rather not have to find out manually which one is the culprit. The error message should show either the plugin that's coming from, or at least the Python file it's in.
Metadata
Metadata
Assignees
Labels
No labels