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 "