From 46863c3cc91f3e8361e2b08ce9ef4a9e7748dcfe Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 24 Apr 2022 15:14:06 +0200 Subject: [PATCH] sys-cluster/cinder: enable test Closes: https://bugs.gentoo.org/840475 Signed-off-by: Alessandro Barbieri --- 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 6f95229e34..c3a5ea2c21 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 "