mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-python/pycurl: Disable tests broken by bottle upgrade
Upstream is silly and requires old dev-python/bottle version for testing. Instead of harming users and preventing downgrade, let's disable the few tests that require that. Closes: https://bugs.gentoo.org/721270 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -54,6 +54,8 @@ PATCHES=(
|
||||
|
||||
python_prepare_all() {
|
||||
sed -e "/setup_args\['data_files'\] = /d" -i setup.py || die
|
||||
# these tests are broken with newer versions of bottle
|
||||
sed -e 's:test.*_invalid_utf8:_&:' -i tests/getinfo_test.py || die
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user