mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/python-manilaclient: disable functional tests
Default test discovery includes functional tests (manilaclient/tests/functional), which fail. Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ inherit distutils-r1 pypi
|
||||
DESCRIPTION="Python bindings to the OpenStack Manila API"
|
||||
HOMEPAGE="
|
||||
https://opendev.org/openstack/python-manilaclient
|
||||
https://github.com/openstack/ython-manilaclient/
|
||||
https://github.com/openstack/python-manilaclient/
|
||||
https://pypi.org/project/python-manilaclient/
|
||||
"
|
||||
|
||||
@@ -43,6 +43,10 @@ BDEPEND="
|
||||
)
|
||||
"
|
||||
|
||||
# The functional tests would requier the OpenStack manila service to be
|
||||
# packaged, too.
|
||||
distutils_enable_tests unittest
|
||||
|
||||
python_test() {
|
||||
# The functional tests would requier the OpenStack manila service to be
|
||||
# packaged, too.
|
||||
eunittest manilaclient/tests/unit
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user