From e9894e71bc62e5808710bc8c2c268de51aef52d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Thu, 7 Nov 2024 02:35:47 +0200 Subject: [PATCH] Tweaked pytest settings to make the tracebacks easier to read --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cf58061..cd5bdd42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ exclude = [ [tool.pytest.ini_options] minversion = "6.0" -addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"] +addopts = ["-rsfE", "--tb=short", "--strict-markers", "--strict-config"] xfail_strict = true filterwarnings = [ "error",