Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/
Date: Wed, 07 Sep 2022 07:51:36
Message-Id: 1662537009.acc4b275f901448367ea4902c28bc1b3c4e17730.mgorny@gentoo
1 commit: acc4b275f901448367ea4902c28bc1b3c4e17730
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 4 08:36:39 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 7 07:50:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc4b275
7
8 www-client/qutebrowser: Enable pytest-xvfb explicitly
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 www-client/qutebrowser/qutebrowser-2.5.2.ebuild | 2 +-
13 www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild | 2 +-
14 www-client/qutebrowser/qutebrowser-9999.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/www-client/qutebrowser/qutebrowser-2.5.2.ebuild b/www-client/qutebrowser/qutebrowser-2.5.2.ebuild
18 index a803b50c57ca..b531a2983052 100644
19 --- a/www-client/qutebrowser/qutebrowser-2.5.2.ebuild
20 +++ b/www-client/qutebrowser/qutebrowser-2.5.2.ebuild
21 @@ -100,7 +100,7 @@ python_test() {
22 use widevine && EPYTEST_DESELECT+=( tests/unit/config/test_qtargs.py )
23
24 # skip benchmarks (incl. _tree), and warning tests broken by -Wdefault
25 - epytest -k 'not _bench and not _matches_tree and not _warning'
26 + epytest -p xvfb -k 'not _bench and not _matches_tree and not _warning'
27 }
28
29 python_install_all() {
30
31 diff --git a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
32 index a08871af437f..28af4e718008 100644
33 --- a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
34 +++ b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild
35 @@ -124,7 +124,7 @@ python_test() {
36 local jobs=$(($(makeopts_jobs) / 2 + 1))
37
38 # skip benchmarks (incl. _tree), and warning tests broken by -Wdefault
39 - epytest -n ${jobs} -k 'not _bench and not _matches_tree and not _warning'
40 + epytest -p xvfb -n ${jobs} -k 'not _bench and not _matches_tree and not _warning'
41 }
42
43 python_install_all() {
44
45 diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild
46 index db080c13371e..9721e0227ee9 100644
47 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild
48 +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild
49 @@ -100,7 +100,7 @@ python_test() {
50 use widevine && EPYTEST_DESELECT+=( tests/unit/config/test_qtargs.py )
51
52 # skip benchmarks (incl. _tree), and warning tests broken by -Wdefault
53 - epytest -k 'not _bench and not _matches_tree and not _warning'
54 + epytest -p xvfb -k 'not _bench and not _matches_tree and not _warning'
55 }
56
57 python_install_all() {