From 2c6e126025d41d29c520e8c8dd5321aca4790790 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Tue, 8 Aug 2023 11:36:17 +0100 Subject: [PATCH] Change default pytest traceback from native to short --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index a2f59ecec46..8d52b55d5a6 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,7 +3,7 @@ addopts = # show tests that (f)ailed, (E)rror, or (X)passed in the summary -rfEX # Make tracebacks shorter - --tb=native + --tb=short # enable all warnings -Wd --ignore=test/test_datasets_download.py