From f14a0ad37d19fc2f93544f6d21592474d46b0520 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Fri, 1 Jan 2016 19:11:22 -0300 Subject: [PATCH] Fix pytest configuration --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index a7785005..9735e581 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,3 @@ +[pytest] addopts = --tb=native norecursedirs = tests/fixtures