You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pytest.PytestDeprecationWarning: The hookspec pytest_benchmark_generate_commit_info uses old-style configuration options (marks or attributes).
Please use the pytest.hookspec(firstresult=True) decorator instead
to configure the hooks.
When running this plugin with pytest main, it complains about
pytest-benchmark/src/pytest_benchmark/hookspec.py
Lines 148 to 152 in 4a99afe
with:
See Deprecations and Removals: Configuring hook specs/impls using markers and pytest-dev/pytest#9118.
The text was updated successfully, but these errors were encountered: