Pluggy 1.4.0 was released a couple hours ago.
It nows warns about old-style hook wrappers:
|
@pytest.hookimpl(hookwrapper=True) |
|
def pytest_runtest_call(self, item): # noqa |
|
@pytest.hookimpl(hookwrapper=True) |
|
def pytest_runtest_call(self, item): |
See the release notes and docs.
Pluggy 1.4.0 was released a couple hours ago.
It nows warns about old-style hook wrappers:
pytest-mpl/pytest_mpl/plugin.py
Lines 762 to 763 in db0ea36
pytest-mpl/pytest_mpl/plugin.py
Lines 930 to 931 in db0ea36
See the release notes and docs.