Date: Friday, January 17, 2020 @ 23:18:22
  Author: arojas
Revision: 552922

Remove usage of makepkg subroutines from PKGBUILDs

Modified:
  python-sympy/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-17 23:07:34 UTC (rev 552921)
+++ PKGBUILD    2020-01-17 23:18:22 UTC (rev 552922)
@@ -24,7 +24,7 @@
 
 check() {
   cd "$srcdir"/sympy-sympy-$pkgver
-  python setup.py test || warning "Tests failed"
+  python setup.py test
 }
 
 package() {

Reply via email to