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 =
# 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
......
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