diff --git a/noxfile.py b/noxfile.py index 6727413..5045946 100644 --- a/noxfile.py +++ b/noxfile.py @@ -259,6 +259,7 @@ def test(session: nox.Session) -> None: ( # the following arguments are added: "--cov-fail-under=100", "--smoke-tests-only", + "--exitfirst", ) if session.env.get("_smoke_tests_only") else ()