mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 08:38:07 -07:00
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>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user