Adopt pytest instafail flag

This commit is contained in:
jelmert 2025-09-03 08:34:30 +02:00
parent 7c8444eb2c
commit 9230ad4487

View File

@ -4,4 +4,4 @@ envlist = py312
[testenv] [testenv]
passenv = AUTOFIXABLE_STYLES passenv = AUTOFIXABLE_STYLES
commands = pytest -n auto {posargs:./tests} commands = pytest --instafail -n auto {posargs:./tests}