From 9230ad4487c9bb71fcc2c8f6ccaa086ce5c3d71d Mon Sep 17 00:00:00 2001 From: jelmert Date: Wed, 3 Sep 2025 08:34:30 +0200 Subject: [PATCH] Adopt pytest instafail flag --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 43cb6baa9..ca44e4186 100644 --- a/tox.ini +++ b/tox.ini @@ -4,4 +4,4 @@ envlist = py312 [testenv] passenv = AUTOFIXABLE_STYLES -commands = pytest -n auto {posargs:./tests} +commands = pytest --instafail -n auto {posargs:./tests}