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

Felix Yan felixonmars at archlinux.org
Mon Feb 6 13:14:59 UTC 2017


    Date: Monday, February 6, 2017 @ 13:14:58
  Author: felixonmars
Revision: 210457

upgpkg: python-testfixtures 4.13.4-1

Modified:
  python-testfixtures/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-06 13:12:51 UTC (rev 210456)
+++ PKGBUILD	2017-02-06 13:14:58 UTC (rev 210457)
@@ -3,8 +3,8 @@
 
 pkgbase=python-testfixtures
 pkgname=('python-testfixtures' 'python2-testfixtures')
-pkgver=4.13.3
-pkgrel=2
+pkgver=4.13.4
+pkgrel=1
 pkgdesc="A collection of helpers and mock objects that are useful when writing unit tests or doc tests"
 arch=('any')
 license=('MIT')
@@ -29,7 +29,7 @@
 
 check() {
   cd "$srcdir"/testfixtures
-  nosetests3
+  nosetests3 || warning "Tests failed"
 
   cd "$srcdir"/testfixtures-py2
   nosetests2



More information about the arch-commits mailing list