commit:     46863c3cc91f3e8361e2b08ce9ef4a9e7748dcfe
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Apr 24 13:14:06 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> 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 <lssndrbarbieri <AT> 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 "

Reply via email to