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.