Unverified Commit 2ab937a0 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Change default pytest traceback from native to short (#7810)

parent 8faa1b14
...@@ -3,7 +3,7 @@ addopts = ...@@ -3,7 +3,7 @@ addopts =
# show tests that (f)ailed, (E)rror, or (X)passed in the summary # show tests that (f)ailed, (E)rror, or (X)passed in the summary
-rfEX -rfEX
# Make tracebacks shorter # Make tracebacks shorter
--tb=native --tb=short
# enable all warnings # enable all warnings
-Wd -Wd
--ignore=test/test_datasets_download.py --ignore=test/test_datasets_download.py
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment