Skip to content

Commit 01655b1

Browse files
authored
Merge pull request #5561 from nicoddemus/backport-5560
[4.6] Fix comment in stepwise (follow up to #5555) [skip ci] (#5560)
2 parents 802c77a + a92ac0d commit 01655b1

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)