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

Felix Yan felixonmars at archlinux.org
Sun Sep 25 15:45:12 UTC 2016


    Date: Sunday, September 25, 2016 @ 15:45:11
  Author: felixonmars
Revision: 190564

upgpkg: python-ioflo 1.6.1-1

Modified:
  python-ioflo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-09-25 15:34:26 UTC (rev 190563)
+++ PKGBUILD	2016-09-25 15:45:11 UTC (rev 190564)
@@ -5,7 +5,7 @@
 
 pkgbase=python-ioflo
 pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.6.0
+pkgver=1.6.1
 pkgrel=1
 pkgdesc='Flo based programming interface in python'
 arch=('any')
@@ -12,7 +12,7 @@
 url='http://ioflo.com'
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
-checkdepends=('python-nose' 'python2-nose')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner')
 source=("git+https://github.com/ioflo/ioflo.git#tag=v$pkgver")
 md5sums=('SKIP')
 
@@ -30,10 +30,10 @@
 
 check() {
   cd "$srcdir"/ioflo
-  python setup.py nosetests || warning "Tests failed"
+  python setup.py ptr || warning "Tests failed"
 
   cd "$srcdir"/ioflo-py2
-  python2 setup.py nosetests || warning "Tests failed"
+  python2 setup.py ptr || warning "Tests failed"
 }
 
 package_python-ioflo() {



More information about the arch-commits mailing list