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 8AA8815808E for ; Sun, 24 Apr 2022 16:01:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D299FE0894; Sun, 24 Apr 2022 16:01:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 B37FFE088F for ; Sun, 24 Apr 2022 16:01:21 +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 36A38341716 for ; Sun, 24 Apr 2022 16:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 479C5391 for ; Sun, 24 Apr 2022 16:01:16 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1650816074.46863c3cc91f3e8361e2b08ce9ef4a9e7748dcfe.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-cluster/cinder/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/cinder/cinder-20.0.0.ebuild X-VCS-Directories: sys-cluster/cinder/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 46863c3cc91f3e8361e2b08ce9ef4a9e7748dcfe X-VCS-Branch: dev Date: Sun, 24 Apr 2022 16:01:16 +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: 602e1d49-bed1-48ff-bb8f-fb5f59252cbd X-Archives-Hash: c004a6d7bc0257d2a7fcb6b3ce5b3004 commit: 46863c3cc91f3e8361e2b08ce9ef4a9e7748dcfe Author: Alessandro Barbieri gmail com> AuthorDate: Sun Apr 24 13:14:06 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Apr 24 16:01:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46863c3c sys-cluster/cinder: enable test Closes: https://bugs.gentoo.org/840475 Signed-off-by: Alessandro Barbieri gmail.com> sys-cluster/cinder/cinder-20.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-cluster/cinder/cinder-20.0.0.ebuild b/sys-cluster/cinder/cinder-20.0.0.ebuild index 6f95229e3..c3a5ea2c2 100644 --- a/sys-cluster/cinder/cinder-20.0.0.ebuild +++ b/sys-cluster/cinder/cinder-20.0.0.ebuild @@ -20,7 +20,6 @@ KEYWORDS="~amd64" LICENSE="Apache-2.0 GPL-2" SLOT="0" -IUSE="test" # qemu is needed for image conversion RDEPEND=" @@ -109,9 +108,10 @@ BDEPEND=" ) " -RESTRICT="!test? ( test )" PATCHES=( "${FILESDIR}/${P}-no-vendored-urllib.patch" ) +distutils_enable_tests pytest + pkg_pretend() { linux-info_pkg_setup CONFIG_CHECK_MODULES+="SCSI_ISCSI_ATTRS ISCSI_TCP "