[arch-commits] Commit in python-pytest-runner/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Thu Aug 20 07:34:51 UTC 2015
Date: Thursday, August 20, 2015 @ 09:34:50
Author: fyan
Revision: 138538
upgpkg: python-pytest-runner 2.6.2-1
Modified:
python-pytest-runner/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-08-20 03:33:12 UTC (rev 138537)
+++ PKGBUILD 2015-08-20 07:34:50 UTC (rev 138538)
@@ -3,7 +3,7 @@
pkgbase=python-pytest-runner
pkgname=('python-pytest-runner' 'python2-pytest-runner')
-pkgver=2.6.1
+pkgver=2.6.2
pkgrel=1
pkgdesc="Invoke py.test as distutils command with dependency resolution"
arch=('any')
@@ -26,12 +26,14 @@
python2 setup.py build
}
-check() {
+check() {(
cd "$srcdir/pytest-runner"
py.test
cd "$srcdir/pytest-runner-py2"
py.test2
+
+ ) || warning "Expected to fail because of https://bitbucket.org/pytest-dev/pytest-runner/issues/6"
}
package_python-pytest-runner() {
More information about the arch-commits
mailing list