pytest: Don't show skipped test summaries by default
This commit is contained in:
parent
9efae021fa
commit
4314d6420b
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue