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