diff --git a/pytest.ini b/pytest.ini index 892b12bd1..73a29f0ae 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] DJANGO_SETTINGS_MODULE = tests.settings_sqlite -addopts = --ignore lib/ --ignore build/ --ignore include/ +addopts = --ignore lib/ --ignore build/ --ignore include/ --tb=short