From 4314d6420b4cc116a375b31d82ecb968758e74a9 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 2 Mar 2016 07:27:25 +0100 Subject: [PATCH] pytest: Don't show skipped test summaries by default --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index e80be8ed1..e44ad1d77 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ [pytest] norecursedirs = .tox .venv -addopts = --strict -rfEsw --faulthandler-timeout=70 --instafail +addopts = --strict -rfEw --faulthandler-timeout=70 --instafail markers = gui: Tests using the GUI (e.g. spawning widgets) posix: Tests which only can run on a POSIX OS.