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:
Takuya Wakazono
2025-03-23 17:43:48 +09:00
parent dd1fb7462e
commit 881c52092a

View File

@@ -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
}