-
Notifications
You must be signed in to change notification settings - Fork 232
Closed
Description
Running pytest-bdd with pytest 7.2 (released a week ago) leads to:
pytest.PytestDeprecationWarning: The hookimpl pytest_bdd_after_step uses old-style configuration options (marks or attributes).
Please use the pytest.hookimpl(tryfirst=True) decorator instead
to configure the hooks.
See https://docs.pytest.org/en/latest/deprecations.html#configuring-hook-specs-impls-using-markers
at .../pytest_bdd/plugin.py:110
This was fixed by @nicoddemus a few months ago:
but it looks like 689b6a9 hasn't made it into a release so far?
Metadata
Metadata
Assignees
Labels
No labels