Skip to content

Commit bed5025

Browse files
use shorter traceback to avoid OOM
1 parent 685a84e commit bed5025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ envlist =
5858
# coverage :: Runs code coverage, failing the build if coverage is below the configured threshold
5959

6060
[testenv:base-command]
61-
commands = pytest --basetemp={envtmpdir} -l {posargs}
61+
commands = pytest --basetemp={envtmpdir} -l {posargs} --tb=short
6262

6363
[testenv]
6464
passenv =

0 commit comments

Comments
 (0)