[arch-commits] Commit in python-sh/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Nov 29 06:15:48 UTC 2016
Date: Tuesday, November 29, 2016 @ 06:15:48
Author: felixonmars
Revision: 197290
fix tests
Modified:
python-sh/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-11-29 05:52:21 UTC (rev 197289)
+++ PKGBUILD 2016-11-29 06:15:48 UTC (rev 197290)
@@ -11,7 +11,7 @@
url='http://pypi.python.org/pypi/sh'
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools')
-checkdepends=('python-coverage' 'python2-coverage')
+checkdepends=('python-coverage' 'python2-coverage' 'lsof')
source=("https://pypi.io/packages/source/s/sh/sh-$pkgver.tar.gz")
md5sums=('62f322f720f32f8af896f1572b1c1053')
@@ -29,10 +29,10 @@
check() {
cd "$srcdir"/sh-$pkgver
- python sh.py travis || warning "Tests failed"
+ python sh.py travis
cd "$srcdir"/sh-$pkgver-py2
- python2 sh.py travis || warning "Tests failed"
+ python2 sh.py travis
}
package_python-sh() {
More information about the arch-commits
mailing list