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

David Runge dvzrv at archlinux.org
Fri Feb 7 14:23:10 UTC 2020


    Date: Friday, February 7, 2020 @ 14:23:10
  Author: dvzrv
Revision: 563725

upgpkg: python-nose-progressive 1.5.2-3: Updating maintainer info. Switching to non-makepkg internal print on failing tests.

Modified:
  python-nose-progressive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-07 14:10:40 UTC (rev 563724)
+++ PKGBUILD	2020-02-07 14:23:10 UTC (rev 563725)
@@ -1,8 +1,9 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
 _name=nose-progressive
 pkgname=python-nose-progressive
 pkgver=1.5.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Give your tests a progress bar and smarter tracebacks in 3 lines"
 arch=('any')
 url="https://github.com/erikrose/nose-progressive"
@@ -22,8 +23,8 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  export PYTHONPATH=build/lib:${PYTHONPATH}
-  nosetests noseprogressive || warning "Known failing test: https://github.com/erikrose/nose-progressive/issues/90"
+  export PYTHONPATH="build/lib:${PYTHONPATH}"
+  nosetests noseprogressive || echo "Known failing test: https://github.com/erikrose/nose-progressive/issues/90"
 }
 
 package() {



More information about the arch-commits mailing list