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 7E6E2158094 for ; Wed, 22 Jun 2022 18:26:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5058E0A5C; Wed, 22 Jun 2022 18:26:46 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 933B1E0A5B for ; Wed, 22 Jun 2022 18:26:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2C5B341BCB for ; Wed, 22 Jun 2022 18:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 863E44C3 for ; Wed, 22 Jun 2022 18:26:44 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1655922382.b8515e05fc6087ebfc22dd5f1188b322de62248f.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/qutebrowser/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/qutebrowser/qutebrowser-9999.ebuild X-VCS-Directories: www-client/qutebrowser/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: b8515e05fc6087ebfc22dd5f1188b322de62248f X-VCS-Branch: master Date: Wed, 22 Jun 2022 18:26:44 +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: fa63a0c6-3c40-4124-b9d9-0e299d2dbdfa X-Archives-Hash: 20f1f1a2cf8cf126c26baf5531e4f36f commit: b8515e05fc6087ebfc22dd5f1188b322de62248f Author: Ionen Wolkens gentoo org> AuthorDate: Wed Jun 22 18:23:42 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Jun 22 18:26:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8515e05 www-client/qutebrowser: sync live Signed-off-by: Ionen Wolkens gentoo.org> www-client/qutebrowser/qutebrowser-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www-client/qutebrowser/qutebrowser-9999.ebuild b/www-client/qutebrowser/qutebrowser-9999.ebuild index 09bc4c14cb21..8e1dcf48ee29 100644 --- a/www-client/qutebrowser/qutebrowser-9999.ebuild +++ b/www-client/qutebrowser/qutebrowser-9999.ebuild @@ -93,6 +93,8 @@ python_test() { tests/unit/misc/test_checkpyver.py::test_old_python # bug 819393 tests/unit/commands/test_userscripts.py::test_custom_env[_POSIXUserscriptRunner] + # not worth running dbus over + tests/unit/browser/test_notification.py::TestDBus ) use widevine && EPYTEST_DESELECT+=( tests/unit/config/test_qtargs.py )