Commit 42617545 by Calen Pennington

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

parent fd0d6959
...@@ -26,7 +26,6 @@ __test__ = False # do not collect ...@@ -26,7 +26,6 @@ __test__ = False # do not collect
@cmdopts([ @cmdopts([
("system=", "s", "System to act on"), ("system=", "s", "System to act on"),
("test-id=", "t", "Test id"), ("test-id=", "t", "Test id"),
("failed", "f", "Run only failed tests"),
("fail-fast", "x", "Fail suite on first failed test"), ("fail-fast", "x", "Fail suite on first failed test"),
("fasttest", "a", "Run without collectstatic"), ("fasttest", "a", "Run without collectstatic"),
make_option( make_option(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment