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

Felix Yan felixonmars at archlinux.org
Sat Jan 21 03:13:32 UTC 2017


    Date: Saturday, January 21, 2017 @ 03:13:31
  Author: felixonmars
Revision: 208179

upgpkg: python-pytest-runner 2.10.1-1

Modified:
  python-pytest-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-21 03:13:29 UTC (rev 208178)
+++ PKGBUILD	2017-01-21 03:13:31 UTC (rev 208179)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pytest-runner
 pkgname=('python-pytest-runner' 'python2-pytest-runner')
-pkgver=2.9
-pkgrel=2
+pkgver=2.10.1
+pkgrel=1
 pkgdesc="Invoke py.test as distutils command with dependency resolution"
 arch=('any')
 license=('MIT')
@@ -27,10 +27,12 @@
 
 check() {
   cd "$srcdir"/pytest-runner
-  py.test
+  python setup.py egg_info
+  PYTHONPATH="$PWD" pytest
 
   cd "$srcdir"/pytest-runner-py2
-  py.test2
+  python2 setup.py egg_info
+  PYTHONPATH="$PWD" pytest2
 }
 
 package_python-pytest-runner() {



More information about the arch-commits mailing list