summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-01-01 03:35:35 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-01-01 03:36:09 +0000
commit9060e1e4f14b288626067b87fe5abe9e5156310f (patch)
tree13a81a98ef126557ae51a40c8ba8d8948af49349 /dev-python/python-openid/python-openid-2.2.5-r1.ebuild
parentHappy new year 2016! (diff)
downloadgentoo-9060e1e4f14b288626067b87fe5abe9e5156310f.tar.gz
gentoo-9060e1e4f14b288626067b87fe5abe9e5156310f.tar.bz2
gentoo-9060e1e4f14b288626067b87fe5abe9e5156310f.zip
dev-python/python-openid: Remove a failing test. Fixes bug 416517.
Package-Manager: portage-2.2.20.1 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/python-openid/python-openid-2.2.5-r1.ebuild')
-rw-r--r--dev-python/python-openid/python-openid-2.2.5-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/python-openid/python-openid-2.2.5-r1.ebuild b/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
index 9c02942ad172..f2c426722181 100644
--- a/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
+++ b/dev-python/python-openid/python-openid-2.2.5-r1.ebuild
@@ -30,6 +30,7 @@ python_prepare_all() {
local PATCHES=(
# Patch to fix confusion with localhost/127.0.0.1
"${FILESDIR}/${PN}-2.0.0-gentoo-test_fetchers.diff"
+ "${FILESDIR}"/"${P}-tests.patch"
)
# Disable broken tests from from examples/djopenid.
@@ -38,6 +39,8 @@ python_prepare_all() {
-e '/storetest/d' \
-i admin/runtests || die "sed admin/runtests failed"
+ rm -v openid/test/test_parsehtml.py || die
+
distutils-r1_python_prepare_all
}