Merge pull request #5561 from nicoddemus/backport-5560

[4.6] Fix comment in stepwise (follow up to #5555) [skip ci] (#5560)
This commit is contained in:
Bruno Oliveira 2019-07-05 10:29:02 -03:00 committed by GitHub
commit 01655b114e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ class StepwisePlugin:
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