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

Evangelos Foutras foutrelis at archlinux.org
Mon Jul 2 10:21:16 UTC 2018


    Date: Monday, July 2, 2018 @ 10:21:16
  Author: foutrelis
Revision: 349478

Re-enable tests

Modified:
  python-betamax/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-02 10:18:26 UTC (rev 349477)
+++ PKGBUILD	2018-07-02 10:21:16 UTC (rev 349478)
@@ -19,14 +19,11 @@
 }
 
 check() {
-  # Failure about isinstance urllib3.response.HTTPResponse affects only tests.
-  # We need to investigate it more.
-
   cd "$srcdir"/betamax-$pkgver
-  python setup.py pytest || warning "Tests failed"
+  python setup.py pytest
 
   cd "$srcdir"/betamax-$pkgver-py2
-  python2 setup.py pytest || warning "Tests failed"
+  python2 setup.py pytest
 }
 
 package_python-betamax() {



More information about the arch-commits mailing list