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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 358D513835B for ; Tue, 18 May 2021 11:40:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1917AE0801; Tue, 18 May 2021 11:40:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DF2BBE07B3 for ; Tue, 18 May 2021 11:40:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD251340BC9 for ; Tue, 18 May 2021 11:40:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1EED798 for ; Tue, 18 May 2021 11:40:08 +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: <1621338002.7d73acb6db8502af609ff9aa15aae3b15c4161c5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/QtPy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/QtPy/QtPy-1.9.0-r2.ebuild X-VCS-Directories: dev-python/QtPy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7d73acb6db8502af609ff9aa15aae3b15c4161c5 X-VCS-Branch: master Date: Tue, 18 May 2021 11:40:08 +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: e2e6ed2f-9f6e-4102-8c61-4a3c518e0283 X-Archives-Hash: c8cf069a43db01d0e47b462bb857573a commit: 7d73acb6db8502af609ff9aa15aae3b15c4161c5 Author: Michał Górny gentoo org> AuthorDate: Tue May 18 11:11:45 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 18 11:40:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d73acb6 dev-python/QtPy: Fix missing pytest dep Closes: https://bugs.gentoo.org/790800 Signed-off-by: Michał Górny gentoo.org> dev-python/QtPy/QtPy-1.9.0-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/QtPy/QtPy-1.9.0-r2.ebuild b/dev-python/QtPy/QtPy-1.9.0-r2.ebuild index 33c8ccc6869..3452e37975a 100644 --- a/dev-python/QtPy/QtPy-1.9.0-r2.ebuild +++ b/dev-python/QtPy/QtPy-1.9.0-r2.ebuild @@ -33,6 +33,8 @@ BDEPEND=" dev-python/PyQtWebEngine[${PYTHON_USEDEP}] )" +distutils_enable_tests pytest + src_prepare() { default