Skip to content

Commit 5089e39

Browse files
authored
Update runner.py
failfast is an option that already is inside of the standard test.py -- throws an error as its duplicated
1 parent a484e2d commit 5089e39

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pytest_django/runner.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ def __init__(
1919

2020
@classmethod
2121
def add_arguments(cls, parser: ArgumentParser) -> None:
22-
parser.add_argument(
23-
"--failfast",
24-
action="store_true",
25-
help="Stops the test suite after the first failure.",
26-
)
2722
parser.add_argument(
2823
"--keepdb", action="store_true", help="Preserves the test DB between runs."
2924
)

0 commit comments

Comments
 (0)