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

Eli Schwartz eschwartz at archlinux.org
Wed Jul 18 02:53:18 UTC 2018


    Date: Wednesday, July 18, 2018 @ 02:53:18
  Author: eschwartz
Revision: 361546

upgpkg: python-wsgiproxy2 0.4.4-2

python 3.7 rebuild
stop ignoring test failures, since it currently passes

Modified:
  python-wsgiproxy2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 02:52:20 UTC (rev 361545)
+++ PKGBUILD	2018-07-18 02:53:18 UTC (rev 361546)
@@ -4,7 +4,7 @@
 pkgbase=python-wsgiproxy2
 pkgname=('python-wsgiproxy2' 'python2-wsgiproxy2')
 pkgver=0.4.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A WSGI Proxy with various http client backends"
 arch=('any')
 license=('MIT')
@@ -33,8 +33,7 @@
   nosetests3
 
   cd "$srcdir/WSGIProxy2-py2"
-  # We don't provide restkit (looks obsolete to me)
-  nosetests2 || warning "Tests failed"
+  nosetests2
 }
 
 package_python-wsgiproxy2() {



More information about the arch-commits mailing list