summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-09-01 21:51:50 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-09-01 22:41:51 +0300
commit390f63c34b33e78872464b42cf18eff42aaf8595 (patch)
treef55dd6c525819c056a48fd1bf73c4a7608c01d31
parentdev-python/fritzconnection: add 1.10.1 (diff)
downloadgentoo-390f63c34b33e78872464b42cf18eff42aaf8595.tar.gz
gentoo-390f63c34b33e78872464b42cf18eff42aaf8595.tar.bz2
gentoo-390f63c34b33e78872464b42cf18eff42aaf8595.zip
dev-python/python-cinderclient: cap test dep prettytable to <3.4.0
Tests fail in simple text comparison because the prettytable syntax changed in 3.4.0. Closes: https://bugs.gentoo.org/867820 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild b/dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild
index 69b8678ff2eb..f302f42eba8b 100644
--- a/dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild
+++ b/dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild
@@ -26,6 +26,7 @@ RDEPEND="
>=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
>=dev-python/stevedore-3.3.0[${PYTHON_USEDEP}]
"
+# Tests fail with dev-python/prettytable-3.4.0
BDEPEND="
dev-python/pbr[${PYTHON_USEDEP}]
test? (
@@ -34,6 +35,7 @@ BDEPEND="
dev-python/oslo-serialization[${PYTHON_USEDEP}]
dev-python/requests-mock[${PYTHON_USEDEP}]
dev-python/testtools[${PYTHON_USEDEP}]
+ <dev-python/prettytable-3.4.0[${PYTHON_USEDEP}]
)
"