Skip to content

Commit a92ac0d

Browse files
committed
Fix comment in stepwise (follow up to #5555) [skip ci] (#5560)
Fix comment in stepwise (follow up to #5555) [skip ci]
1 parent 802c77a commit a92ac0d

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
@@ -72,7 +72,6 @@ def pytest_collection_modifyitems(self, session, config, items):
7272
config.hook.pytest_deselected(items=already_passed)
7373

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

0 commit comments

Comments
 (0)