Skip to content

Pluggy 1.4.0 now warns about deprecated hook wrapper style #221

Closed
@neutrinoceros

Description

@neutrinoceros

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions