Skip to content

Commit 0371a30

Browse files
committed
Fix comment in stepwise (follow up to #5555) [skip ci]
1 parent b62b549 commit 0371a30

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)