commit: 390f63c34b33e78872464b42cf18eff42aaf8595 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Sep 1 18:51:50 2022 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Sep 1 19:41:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=390f63c3
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 <AT> gentoo.org> dev-python/python-cinderclient/python-cinderclient-9.1.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) 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}] ) "
