Skip to content

Commit

Permalink
Merge pull request #5561 from nicoddemus/backport-5560
Browse files Browse the repository at this point in the history
[4.6] Fix comment in stepwise (follow up to #5555) [skip ci] (#5560)
  • Loading branch information
nicoddemus committed Jul 5, 2019
2 parents 802c77a + a92ac0d commit 01655b1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/_pytest/stepwise.py
Expand Up @@ -72,7 +72,6 @@ def pytest_collection_modifyitems(self, session, config, items):
config.hook.pytest_deselected(items=already_passed)

def pytest_runtest_logreport(self, report):
# Skip this hook if plugin is not active or the test is xfailed.
if not self.active:
return

Expand Down

0 comments on commit 01655b1

Please sign in to comment.