Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbr/
Date: Wed, 02 Aug 2017 21:01:38
Message-Id: 1501707669.e5a4be3aaa09afc130e277cd8fc816e602a9b7ea.prometheanfire@gentoo
1 commit: e5a4be3aaa09afc130e277cd8fc816e602a9b7ea
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 2 20:45:05 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 2 21:01:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a4be3a
7
8 dev-python/pbr: fix tests for bug 626728
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/pbr/pbr-3.1.1.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/pbr/pbr-3.1.1.ebuild b/dev-python/pbr/pbr-3.1.1.ebuild
16 index eb85a1a1ebb..d9fd67e9a56 100644
17 --- a/dev-python/pbr/pbr-3.1.1.ebuild
18 +++ b/dev-python/pbr/pbr-3.1.1.ebuild
19 @@ -56,9 +56,7 @@ python_prepare_all() {
20 sed -e s':test_command_hooks:_&:' \
21 -e s':test_global_setup_hooks:_&:' \
22 -i pbr/tests/test_hooks.py || die
23 - sed \
24 - -e "s:test_wsgi_script_install:_&:" \
25 - -i pbr/tests/test_wsgi.py || die
26 + rm pbr/tests/test_wsgi.py || die "couldn't remove wsgi network tests"
27 einfo "rogue tests disabled"
28 sed -i '/^hacking/d' test-requirements.txt || die