dev-python/python-efl: add RESTRICT="test" for 1.18.0-r1
authorJoonas Niilola <juippis@gmail.com>
Sat, 7 Jul 2018 11:15:33 +0000 (14:15 +0300)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 7 Jul 2018 13:53:50 +0000 (15:53 +0200)
Closes: https://bugs.gentoo.org/660478

Package-Manager: Portage[mgorny]-2.3.36.1

dev-python/python-efl/python-efl-1.18.0-r1.ebuild

index 26b8f90f9cc094f3f467244fba84ad0bfae425dd..6f4bd3e03a45c08ff260b03bedc5da83e5b1e7a3 100644 (file)
@@ -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() {