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

Felix Yan felixonmars at archlinux.org
Wed Sep 28 03:16:58 UTC 2016


    Date: Wednesday, September 28, 2016 @ 03:16:57
  Author: felixonmars
Revision: 190695

upgpkg: python-doublex 1.8.3-1

Modified:
  python-doublex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-28 00:00:02 UTC (rev 190694)
+++ PKGBUILD	2016-09-28 03:16:57 UTC (rev 190695)
@@ -3,7 +3,7 @@
 
 pkgbase=python-doublex
 pkgname=('python-doublex' 'python2-doublex')
-pkgver=1.8.2
+pkgver=1.8.3
 pkgrel=1
 pkgdesc="Powerful test doubles framework for Python"
 arch=('any')
@@ -27,13 +27,11 @@
 }
 
 check() {
-  # https://github.com/davidvilla/python-doublex/issues/3
-
   cd "$srcdir"/python-doublex
-  python setup.py test || warning "Tests failed"
+  python setup.py test
 
   cd "$srcdir"/python-doublex-py2
-  python2 setup.py test || warning "Tests failed"
+  python2 setup.py test
 }
 
 package_python-doublex() {



More information about the arch-commits mailing list