Make smoke tests exit early

This commit is contained in:
Alexander Hess 2024-10-20 02:24:43 +02:00
parent 81bbd4ac0f
commit 9308633ded
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

View file

@ -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 ()