From 3efb3050936d3ba1c734e8654add88ae35ab0737 Mon Sep 17 00:00:00 2001 From: Andrzej Pragacz Date: Sat, 16 Dec 2023 23:26:05 +0100 Subject: [PATCH] Add --failed-first to Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 973d752d..7f2b826a 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ MYPY := mypy MYPY_OPTS := PYLINT := pylint PYLINT_OPTS := --rcfile=pyproject.toml -PYTEST := py.test -PYTEST_OPTS := +PYTEST := pytest +PYTEST_OPTS := --failed-first TWINE := twine PIP := pip PIP_COMPILE := pip-compile