Remove paver handling for --failed (because nose already handles it)

This commit is contained in:
Calen Pennington
2016-11-23 15:45:54 -05:00
parent fd0d69594a
commit 42617545ec

View File

@@ -26,7 +26,6 @@ __test__ = False # do not collect
@cmdopts([
("system=", "s", "System to act on"),
("test-id=", "t", "Test id"),
("failed", "f", "Run only failed tests"),
("fail-fast", "x", "Fail suite on first failed test"),
("fasttest", "a", "Run without collectstatic"),
make_option(