[arch-commits] Commit in python-lxml/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Jun 10 08:43:38 UTC 2019


    Date: Monday, June 10, 2019 @ 08:43:36
  Author: felixonmars
Revision: 355537

tests are no longer failing

Modified:
  python-lxml/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-10 08:43:13 UTC (rev 355536)
+++ PKGBUILD	2019-06-10 08:43:36 UTC (rev 355537)
@@ -36,10 +36,10 @@
   # TODO: Find a sane way to skip inplace build
 
   cd "$srcdir"/lxml-$pkgver
-  make PYTHON=python test || warning "Tests failed"
+  make PYTHON=python test
 
   cd "$srcdir"/lxml-$pkgver-py2
-  make PYTHON=python2 test || warning "Tests failed"
+  make PYTHON=python2 test
 }
 
 package_python-lxml() {



More information about the arch-commits mailing list