From 0e2cd17cac477c0df2d837efaa44814c7a3c246e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Sat, 25 May 2024 17:14:00 +0300 Subject: [PATCH] Don't display xfail tracebacks by default They're distracting. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d427b58..b22a550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ version_scheme = "post-release" local_scheme = "dirty-tag" [tool.pytest.ini_options] -addopts = "-rsx --tb=short" +addopts = "--tb=short" testpaths = "tests" xfail_strict = true filterwarnings = ["error"]