From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Wed, 8 Feb 2017 15:48:08 +0000
Subject: Skip tests requiring a window manager

---
 tests/test_basics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/tests/test_basics.py
+++ b/tests/test_basics.py
@@ -82,7 +82,7 @@
     qtbot.stopForInteraction()
 
 
-@pytest.mark.parametrize("show", [True, False])
+@pytest.mark.parametrize('show', [False])
 @pytest.mark.parametrize("method_name", ["waitExposed", "waitActive"])
 def test_wait_window(show, method_name, qtbot):
     """
