pytest: Don't show skipped test summaries by default

This commit is contained in:
Florian Bruhin 2016-03-02 07:27:25 +01:00
parent 9efae021fa
commit 4314d6420b

View File

@ -1,6 +1,6 @@
[pytest] [pytest]
norecursedirs = .tox .venv norecursedirs = .tox .venv
addopts = --strict -rfEsw --faulthandler-timeout=70 --instafail addopts = --strict -rfEw --faulthandler-timeout=70 --instafail
markers = markers =
gui: Tests using the GUI (e.g. spawning widgets) gui: Tests using the GUI (e.g. spawning widgets)
posix: Tests which only can run on a POSIX OS. posix: Tests which only can run on a POSIX OS.