From 42617545ec62641befee742c381aef62699156e0 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Wed, 23 Nov 2016 15:45:54 -0500 Subject: [PATCH] Remove paver handling for `--failed` (because nose already handles it) --- pavelib/tests.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pavelib/tests.py b/pavelib/tests.py index 765be911fe..407c9f3692 100644 --- a/pavelib/tests.py +++ b/pavelib/tests.py @@ -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(