From 6b00547810a925620aedaa409bc6c63359668d92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 4 Dec 2023 21:33:25 +0100 Subject: dev-python/python-openstackclient: Backport test fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/918417 Signed-off-by: Michał Górny --- .../python-openstackclient/python-openstackclient-6.3.0.ebuild | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dev-python/python-openstackclient/python-openstackclient-6.3.0.ebuild') diff --git a/dev-python/python-openstackclient/python-openstackclient-6.3.0.ebuild b/dev-python/python-openstackclient/python-openstackclient-6.3.0.ebuild index 90321acb3163..a331211dd91a 100644 --- a/dev-python/python-openstackclient/python-openstackclient-6.3.0.ebuild +++ b/dev-python/python-openstackclient/python-openstackclient-6.3.0.ebuild @@ -50,6 +50,11 @@ BDEPEND=" distutils_enable_tests unittest src_prepare() { + local PATCHES=( + # backport from master + "${FILESDIR}/${P}-test.patch" + ) + # Depends on specific runner sed -e 's/test_command_has_logger/_&/' -i openstackclient/tests/unit/common/test_command.py || die -- cgit v1.2.3