From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E1FAD1384B4 for ; Mon, 2 Nov 2015 11:50:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F54921C038; Mon, 2 Nov 2015 11:50:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 10F0621C02D for ; Mon, 2 Nov 2015 11:50:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D336340812 for ; Mon, 2 Nov 2015 11:50:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4037B1E58 for ; Mon, 2 Nov 2015 11:50:44 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1446464832.694c1cb626b6361f9cca75bbba49354bd7a4eabb.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pbr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pbr/pbr-1.8.1.ebuild X-VCS-Directories: dev-python/pbr/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 694c1cb626b6361f9cca75bbba49354bd7a4eabb X-VCS-Branch: master Date: Mon, 2 Nov 2015 11:50:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a47d40c5-8775-4aa0-bc4f-72fe67d2b562 X-Archives-Hash: aff84e9fcfe78731100b5ea1c0edcbe7 commit: 694c1cb626b6361f9cca75bbba49354bd7a4eabb Author: Justin Lecher gentoo org> AuthorDate: Sun Nov 1 17:53:16 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Nov 2 11:47:12 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694c1cb6 dev-python/pbr: Fix sandbox failures during test Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher gentoo.org> dev-python/pbr/pbr-1.8.1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/pbr/pbr-1.8.1.ebuild b/dev-python/pbr/pbr-1.8.1.ebuild index 83455bd..8fa4acb 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