Skip to content

Commit 2180d9e

Browse files
authored
Fix comment in stepwise (follow up to #5555) [skip ci] (#5560)
Fix comment in stepwise (follow up to #5555) [skip ci]
2 parents b62b549 + 0371a30 commit 2180d9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/_pytest/stepwise.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ def pytest_collection_modifyitems(self, session, config, items):
7171
config.hook.pytest_deselected(items=already_passed)
7272

7373
def pytest_runtest_logreport(self, report):
74-
# Skip this hook if plugin is not active or the test is xfailed.
7574
if not self.active:
7675
return
7776

0 commit comments

Comments
 (0)