We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b62b549 + 0371a30 commit 2180d9eCopy full SHA for 2180d9e
src/_pytest/stepwise.py
@@ -71,7 +71,6 @@ def pytest_collection_modifyitems(self, session, config, items):
71
config.hook.pytest_deselected(items=already_passed)
72
73
def pytest_runtest_logreport(self, report):
74
- # Skip this hook if plugin is not active or the test is xfailed.
75
if not self.active:
76
return
77
0 commit comments