Skip to content

Commit

Permalink
Fix comment in stepwise (follow up to pytest-dev#5555) [skip ci] (pyt…
Browse files Browse the repository at this point in the history
…est-dev#5560)

Fix comment in stepwise (follow up to pytest-dev#5555) [skip ci]
  • Loading branch information
nicoddemus committed Jul 5, 2019
1 parent 802c77a commit a92ac0d
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 a92ac0d

Please sign in to comment.