From 0371a3023a870cb5b0ad22e9e655a7c95baccbcf Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 5 Jul 2019 09:57:10 -0300 Subject: [PATCH] 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 a18a58573bd..6fa21cd1c65 100644 --- a/src/_pytest/stepwise.py +++ b/src/_pytest/stepwise.py @@ -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