mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
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:
@@ -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
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user