Skip to content

Commit

Permalink
Fix comment in stepwise (follow up to #5555) [skip ci] (#5560)
Browse files Browse the repository at this point in the history
Fix comment in stepwise (follow up to #5555) [skip ci]
  • Loading branch information
nicoddemus committed Jul 5, 2019
2 parents b62b549 + 0371a30 commit 2180d9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/_pytest/stepwise.py
Expand Up @@ -71,7 +71,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 2180d9e

Please sign in to comment.