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 802c77a + a92ac0d commit 01655b1Copy full SHA for 01655b1
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