From c098d0de37c92954f9db717f037dfe4b53d8c06c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 20 Apr 2015 18:02:04 +0200 Subject: [PATCH] Register the gui marker in tox.ini. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 101d2b02c..0f943e8d3 100644 --- a/tox.ini +++ b/tox.ini @@ -109,3 +109,5 @@ commands = [pytest] norecursedirs = .tox .venv +markers = + gui: Tests using the GUI (e.g. spawning widgets)