mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
dev-python/six: Restrict failing tests
Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
This commit is contained in:
@@ -26,6 +26,16 @@ PATCHES=(
|
||||
"${FILESDIR}"/1.9.0-mapping.patch
|
||||
)
|
||||
|
||||
python_prepare_all() {
|
||||
# https://bitbucket.org/gutworth/six/issues/139/
|
||||
sed \
|
||||
-e 's:test_assertCountEqual:_&:g' \
|
||||
-e 's:test_assertRegex:_&:g' \
|
||||
-e 's:test_assertRaisesRegex:_&:g' \
|
||||
-i test_six.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_compile_all() {
|
||||
use doc && emake -C documentation html
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user