Skip to content

Commit 3efb305

Browse files
committed
Add --failed-first to Makefile
1 parent 81ec9bd commit 3efb305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ MYPY := mypy
2424
MYPY_OPTS :=
2525
PYLINT := pylint
2626
PYLINT_OPTS := --rcfile=pyproject.toml
27-
PYTEST := py.test
28-
PYTEST_OPTS :=
27+
PYTEST := pytest
28+
PYTEST_OPTS := --failed-first
2929
TWINE := twine
3030
PIP := pip
3131
PIP_COMPILE := pip-compile

0 commit comments

Comments
 (0)