Skip to content

Commit

Permalink
Fix DeprecationWarning with hookimpl decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
nejch authored and renanivo committed Jul 22, 2023
1 parent 387a4b7 commit 5dc5854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_testdox/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def should_enable_plugin(config: Config):
) or config.option.force_testdox


@pytest.mark.trylast
@pytest.hookimpl(trylast=True)
def pytest_configure(config: Config):
config.addinivalue_line(
"markers",
Expand Down

0 comments on commit 5dc5854

Please sign in to comment.