Fix comment in stepwise (follow up to #5555) [skip ci]
This commit is contained in:
parent
b62b549f5f
commit
0371a3023a
|
@ -71,7 +71,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
|
||||
|
||||
|
|
Loading…
Reference in New Issue