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.
1 parent 802c77a commit a92ac0dCopy full SHA for a92ac0d
src/_pytest/stepwise.py
@@ -72,7 +72,6 @@ def pytest_collection_modifyitems(self, session, config, items):
72
config.hook.pytest_deselected(items=already_passed)
73
74
def pytest_runtest_logreport(self, report):
75
- # Skip this hook if plugin is not active or the test is xfailed.
76
if not self.active:
77
return
78
0 commit comments