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

Felix Yan fyan at archlinux.org
Tue Nov 10 07:17:12 UTC 2015


    Date: Tuesday, November 10, 2015 @ 08:17:12
  Author: fyan
Revision: 146477

upgpkg: python-zope-testrunner 4.4.10-1

Modified:
  python-zope-testrunner/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-10 06:58:53 UTC (rev 146476)
+++ PKGBUILD	2015-11-10 07:17:12 UTC (rev 146477)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=('python-zope-testrunner' 'python2-zope-testrunner')
-pkgver=4.4.9
+pkgver=4.4.10
 pkgrel=1
 pkgdesc="Zope testrunner script"
 arch=('any')
@@ -30,8 +30,7 @@
 
 check() {
   cd "$srcdir/zope.testrunner"
-  # https://github.com/zopefoundation/zope.testrunner/issues/30
-  python setup.py test || warning "Tests failed"
+  python setup.py test
 
   cd "$srcdir/zope.testrunner-py2"
   python2 setup.py test



More information about the arch-commits mailing list