From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A7EF158096 for ; Wed, 7 Sep 2022 07:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60E0DE0ADA; Wed, 7 Sep 2022 07:51:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1F9A9E0ABB for ; Wed, 7 Sep 2022 07:51:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55A4D341214 for ; Wed, 7 Sep 2022 07:51:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F1105BD for ; Wed, 7 Sep 2022 07:51:32 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1662537009.acc4b275f901448367ea4902c28bc1b3c4e17730.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qutebrowser/qutebrowser-2.5.2.ebuild www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild www-client/qutebrowser/qutebrowser-9999.ebuild X-VCS-Directories: www-client/qutebrowser/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: acc4b275f901448367ea4902c28bc1b3c4e17730 X-VCS-Branch: master Date: Wed, 7 Sep 2022 07:51:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0f83fd58-bd52-40da-8253-1c3e96c11eef X-Archives-Hash: 7d0dd8d88ee22a6c67ab8a5186edabd5 commit: acc4b275f901448367ea4902c28bc1b3c4e17730 Author: Michał Górny gentoo org> AuthorDate: Sun Sep 4 08:36:39 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 7 07:50:09 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc4b275 www-client/qutebrowser: Enable pytest-xvfb explicitly Signed-off-by: Michał Górny gentoo.org> www-client/qutebrowser/qutebrowser-2.5.2.ebuild | 2 +- www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild | 2 +- www-client/qutebrowser/qutebrowser-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www-client/qutebrowser/qutebrowser-2.5.2.ebuild b/www-client/qutebrowser/qutebrowser-2.5.2.ebuild index a803b50c57ca..b531a2983052 100644 --- a/www-client/qutebrowser/qutebrowser-2.5.2.ebuild +++ b/www-client/qutebrowser/qutebrowser-2.5.2.ebuild @@ -100,7 +100,7 @@ python_test() { use widevine && EPYTEST_DESELECT+=( tests/unit/config/test_qtargs.py ) # skip benchmarks (incl. _tree), and warning tests broken by -Wdefault - epytest -k 'not _bench and not _matches_tree and not _warning' + epytest -p xvfb -k 'not _bench and not _matches_tree and not _warning' } python_install_all() { diff --git a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild index a08871af437f..28af4e718008 100644 --- a/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-3.0.0_pre9999.ebuild @@ -124,7 +124,7 @@ python_test() { local jobs=$(($(makeopts_jobs) / 2 + 1)) # skip benchmarks (incl. _tree), and warning tests broken by -Wdefault - epytest -n ${jobs} -k 'not _bench and not _matches_tree and not _warning' + epytest -p xvfb -n ${jobs} -k 'not _bench and not _matches_tree and not _warning' } python_install_all() { diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index db080c13371e..9721e0227ee9 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -100,7 +100,7 @@ python_test() { use widevine && EPYTEST_DESELECT+=( tests/unit/config/test_qtargs.py ) # skip benchmarks (incl. _tree), and warning tests broken by -Wdefault - epytest -k 'not _bench and not _matches_tree and not _warning' + epytest -p xvfb -k 'not _bench and not _matches_tree and not _warning' } python_install_all() {