From 95f42d163137177f9c77d2550ce84eec35b141e9 Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Fri, 25 Sep 2015 20:17:25 +0200 Subject: [PATCH] Shorter pytest stack traces Signed-off-by: Aanand Prasad --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index d165ad1b..21b47a6a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = -rxs +addopts = --tb=short -rxs