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

Felix Yan fyan at archlinux.org
Fri Apr 8 06:43:00 UTC 2016


    Date: Friday, April 8, 2016 @ 08:42:59
  Author: fyan
Revision: 169672

upgpkg: python-keystoneauth1 2.5.0-1

Modified:
  python-keystoneauth1/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-08 03:19:51 UTC (rev 169671)
+++ PKGBUILD	2016-04-08 06:42:59 UTC (rev 169672)
@@ -4,7 +4,7 @@
 
 pkgbase=python-keystoneauth1
 pkgname=(python-keystoneauth1 python2-keystoneauth1)
-pkgver=2.4.0
+pkgver=2.5.0
 pkgrel=1
 pkgdesc="Authentication Library for OpenStack Identity"
 arch=('any')
@@ -36,8 +36,7 @@
 
 check() {
   cd "$srcdir"/keystoneauth
-  # Two failures in keystoneauth1.tests.unit.test_betamax_fixture.TestBetamaxFixture
-  python setup.py testr || warning "Tests failed"
+  python setup.py testr
 
   cd "$srcdir"/keystoneauth-py2
   PYTHON=python2 python2 setup.py testr



More information about the arch-commits mailing list