Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-novaclient/
Date: Tue, 05 Oct 2021 05:34:47
Message-Id: 1633412067.d83874d25b8fdbe8760707ff884330a8295c08ec.arthurzam@gentoo
1 commit: d83874d25b8fdbe8760707ff884330a8295c08ec
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 05:30:21 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 05:34:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83874d2
7
8 dev-python/python-novaclient: fix tests
9
10 Closes: https://bugs.gentoo.org/815511
11 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
12
13 ...ython-novaclient-17.6.0.ebuild => python-novaclient-17.6.0-r1.ebuild} | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/python-novaclient/python-novaclient-17.6.0.ebuild b/dev-python/python-novaclient/python-novaclient-17.6.0-r1.ebuild
17 similarity index 94%
18 rename from dev-python/python-novaclient/python-novaclient-17.6.0.ebuild
19 rename to dev-python/python-novaclient/python-novaclient-17.6.0-r1.ebuild
20 index cf18c2d1054..5e34b607928 100644
21 --- a/dev-python/python-novaclient/python-novaclient-17.6.0.ebuild
22 +++ b/dev-python/python-novaclient/python-novaclient-17.6.0-r1.ebuild
23 @@ -46,6 +46,7 @@ distutils_enable_tests unittest
24
25 src_prepare() {
26 sed -e 's/test_osprofiler/_&/' -i novaclient/tests/unit/test_shell.py || die
27 + sed -e 's/novaclient\.tests\.unit\.//' -i novaclient/tests/unit/test_api_versions.py || die
28 distutils-r1_src_prepare
29 }