Skip to content

Commit 2ab937a

Browse files
authored
Change default pytest traceback from native to short (pytorch#7810)
1 parent 8faa1b1 commit 2ab937a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addopts =
33
# show tests that (f)ailed, (E)rror, or (X)passed in the summary
44
-rfEX
55
# Make tracebacks shorter
6-
--tb=native
6+
--tb=short
77
# enable all warnings
88
-Wd
99
--ignore=test/test_datasets_download.py

0 commit comments

Comments
 (0)