diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-11-01 18:53:16 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-11-02 12:47:12 +0100 |
commit | 694c1cb626b6361f9cca75bbba49354bd7a4eabb (patch) | |
tree | e008a0b5c2b586d59c8dac1668268a6ff8dbfd85 /dev-python/pbr | |
parent | dev-python/testtools: Restrict tests (diff) | |
download | gentoo-694c1cb626b6361f9cca75bbba49354bd7a4eabb.tar.gz gentoo-694c1cb626b6361f9cca75bbba49354bd7a4eabb.tar.bz2 gentoo-694c1cb626b6361f9cca75bbba49354bd7a4eabb.zip |
dev-python/pbr: Fix sandbox failures during test
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pbr')
-rw-r--r-- | dev-python/pbr/pbr-1.8.1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/pbr/pbr-1.8.1.ebuild b/dev-python/pbr/pbr-1.8.1.ebuild index 83455bd61922..8fa4acbd9ba5 100644 --- a/dev-python/pbr/pbr-1.8.1.ebuild +++ b/dev-python/pbr/pbr-1.8.1.ebuild @@ -52,6 +52,9 @@ python_prepare_all() { sed -e s':test_command_hooks:_&:' \ -e s':test_global_setup_hooks:_&:' \ -i pbr/tests/test_hooks.py || die + sed \ + -e "s:test_wsgi_script_install:_&:" \ + -i pbr/tests/test_wsgi.py || die einfo "rogue tests disabled" sed -i '/^hacking/d' test-requirements.txt || die |