From c46126301456fc5b259d428874393e118f366773 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 20 Nov 2019 00:03:10 +0100 Subject: [PATCH] setup.cfg: do not use --tb=short by default It silently ignores `-l` etc, and should be used on-demand only. Ref: https://github.com/pytest-dev/pytest/issues/494 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 7de4bad2..f4488555 100644 --- a/setup.cfg +++ b/setup.cfg @@ -10,7 +10,6 @@ python_files = test_*.py addopts = -ra --strict - --tb=short -p pytester [isort]