From 297adc2f0f1d66c89430f74be4cad1d8561507ed Mon Sep 17 00:00:00 2001 From: Niklaus 'vimja' Hofer Date: Tue, 7 Jul 2026 21:02:41 +0200 Subject: [PATCH] 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 --- .../python-manilaclient/python-manilaclient-6.2.0.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 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 eaa3063041..eb4e447744 100644 --- a/dev-python/python-manilaclient/python-manilaclient-6.2.0.ebuild +++ b/dev-python/python-manilaclient/python-manilaclient-6.2.0.ebuild @@ -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 }