Fix regression with --lf and non-selected failures
This commit is contained in:
@@ -178,6 +178,7 @@ class LFPlugin(object):
|
||||
"""
|
||||
if (
|
||||
self.active
|
||||
and self._previously_failed_count
|
||||
and self.config.getoption("lf")
|
||||
and path.isfile()
|
||||
and self.lastfailed
|
||||
|
||||
Reference in New Issue
Block a user