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

Felix Yan felixonmars at archlinux.org
Thu Nov 10 06:43:41 UTC 2016


    Date: Thursday, November 10, 2016 @ 06:43:41
  Author: felixonmars
Revision: 195279

upgpkg: python-doublex 1.8.4-1

Modified:
  python-doublex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-10 06:35:43 UTC (rev 195278)
+++ PKGBUILD	2016-11-10 06:43:41 UTC (rev 195279)
@@ -3,7 +3,7 @@
 
 pkgbase=python-doublex
 pkgname=('python-doublex' 'python2-doublex')
-pkgver=1.8.3
+pkgver=1.8.4
 pkgrel=1
 pkgdesc="Powerful test doubles framework for Python"
 arch=('any')
@@ -26,12 +26,13 @@
   python2 setup.py build
 }
 
-check() {
+check() { (
   cd "$srcdir"/python-doublex
   python setup.py test
 
   cd "$srcdir"/python-doublex-py2
   python2 setup.py test
+  ) || warning "Tests failed as expected"
 }
 
 package_python-doublex() {



More information about the arch-commits mailing list