summaryrefslogtreecommitdiff
path: root/dev-python/python-manilaclient/python-manilaclient-6.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-manilaclient/python-manilaclient-6.2.0.ebuild')
-rw-r--r--dev-python/python-manilaclient/python-manilaclient-6.2.0.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/dev-python/python-manilaclient/python-manilaclient-6.2.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-6.2.0.ebuild
index c202df7cf10e..6392eaf1aa0b 100644
--- a/dev-python/python-manilaclient/python-manilaclient-6.2.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-6.2.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64"
RDEPEND="
>=dev-python/pbr-3.0.0[${PYTHON_USEDEP}]
@@ -34,7 +34,6 @@ RDEPEND="
BDEPEND="
test? (
- >=dev-python/coverage-4.5.0[${PYTHON_USEDEP}]
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
@@ -46,15 +45,14 @@ BDEPEND="
distutils_enable_tests unittest
src_prepare() {
- # This test requires tempest which has been removed.
- rm --force manilaclient/tests/unit/test_functional_utils.py
+ # requires tempest
+ rm manilaclient/tests/unit/test_functional_utils.py || die
distutils-r1_src_prepare
}
python_test() {
- # The functional tests would requier the OpenStack manila service to be
- # packaged, too.
+ # functional tests require the OpenStack manila service
eunittest manilaclient/tests/unit
}