diff options
author | Joonas Niilola <juippis@gmail.com> | 2018-07-07 14:15:33 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-07 15:53:50 +0200 |
commit | 466d628c916b1c59d5bf993a62a04006a259fd44 (patch) | |
tree | 7dd67a451ae800a2021b0a21aca0d1ce41820bfb /dev-python/python-efl | |
parent | dev-python/python-efl: 1.18.0-r1 depends on =dev-libs/efl-1.18* (diff) | |
download | gentoo-466d628c916b1c59d5bf993a62a04006a259fd44.tar.gz gentoo-466d628c916b1c59d5bf993a62a04006a259fd44.tar.bz2 gentoo-466d628c916b1c59d5bf993a62a04006a259fd44.zip |
dev-python/python-efl: add RESTRICT="test" for 1.18.0-r1
Closes: https://bugs.gentoo.org/660478
Package-Manager: Portage[mgorny]-2.3.36.1
Diffstat (limited to 'dev-python/python-efl')
-rw-r--r-- | dev-python/python-efl/python-efl-1.18.0-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/python-efl/python-efl-1.18.0-r1.ebuild b/dev-python/python-efl/python-efl-1.18.0-r1.ebuild index 26b8f90f9cc0..6f4bd3e03a45 100644 --- a/dev-python/python-efl/python-efl-1.18.0-r1.ebuild +++ b/dev-python/python-efl/python-efl-1.18.0-r1.ebuild @@ -32,6 +32,9 @@ DEPEND=" test? ( =dev-libs/efl-1.18*[X] ) " +# Broken beyond repair. Fixed upstream for 1.20. +RESTRICT="test" + python_compile_all() { if use doc ; then # Point sphinx to right location with built sources @@ -48,7 +51,7 @@ python_test() { # violates sandbox rm -f ecore/test_09_file_download.py || die sed -i 's:verbosity=1:verbosity=3:' 00_run_all_tests.py || die - ${PYTHON} 00_run_all_tests.py --verbose || die "Tests failed with ${EPYTHON}" + ${EPYTHON} 00_run_all_tests.py --verbose || die "Tests failed with ${EPYTHON}" } python_install_all() { |