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 has deprecated markers for hooks configuration.
See: https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
Each envocation of pytest with python warning enabled would
produce the following message:
PytestDeprecationWarning: The hookimpl pytest_configure uses old-style configuration options (marks or attributes).
Please use the pytest.hookimpl(trylast=True) decorator instead
This commit fixes that issue.
0 commit comments