From a92ac0d4f6f95f1b349bab77b5616ca410cd4181 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 5 Jul 2019 10:26:37 -0300 Subject: [PATCH] Fix comment in stepwise (follow up to #5555) [skip ci] (#5560) Fix comment in stepwise (follow up to #5555) [skip ci] --- src/_pytest/stepwise.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_pytest/stepwise.py b/src/_pytest/stepwise.py index 7225e3e4908..88902595896 100644 --- a/src/_pytest/stepwise.py +++ b/src/_pytest/stepwise.py @@ -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