dev-python/python-manilaclient: Fix failing tests

Bug: https://bugs.gentoo.org/978767
Closes: https://bugs.gentoo.org/978767
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla@vimja.email>
This commit is contained in:
Niklaus 'vimja' Hofer
2026-07-07 21:02:41 +02:00
parent 5f7fef4362
commit 297adc2f0f

View File

@@ -39,7 +39,7 @@ BDEPEND="
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-5.3.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-10.1.0[${PYTHON_USEDEP}]
)
"
@@ -49,9 +49,6 @@ src_prepare() {
# This test requires tempest which has been removed.
rm --force manilaclient/tests/unit/test_functional_utils.py
# Not sure what's happened here.
sed --in-place --expression='s/FakeIdentityClient/FakeIdentityv3Client/g' manilaclient/tests/unit/osc/v2/fakes.py
distutils-r1_src_prepare
}