Package: pytest-qt / 4.2.0+repack-1

Skip-tests-requiring-a-window-manager.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Wed, 8 Feb 2017 15:48:08 +0000
Subject: Skip tests requiring a window manager
Forwarded: not-needed
---
 tests/test_basics.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- pytest-qt.orig/tests/test_basics.py
+++ pytest-qt/tests/test_basics.py
@@ -114,7 +114,7 @@
     qtbot.stop()


-@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):
     """