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

Felix Yan felixonmars at archlinux.org
Sat Jun 30 05:54:41 UTC 2018


    Date: Saturday, June 30, 2018 @ 05:54:41
  Author: felixonmars
Revision: 347927

upgpkg: python-pytest-forked 0.2-2

Python 3.7 rebuild

Modified:
  python-pytest-forked/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-30 05:52:04 UTC (rev 347926)
+++ PKGBUILD	2018-06-30 05:54:41 UTC (rev 347927)
@@ -4,7 +4,7 @@
 pkgbase=python-pytest-forked
 pkgname=('python-pytest-forked' 'python2-pytest-forked')
 pkgver=0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='run tests in isolated forked subprocesses'
 arch=('any')
 license=('MIT')
@@ -32,7 +32,7 @@
 
   cd "$srcdir"/pytest-forked-$pkgver
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.6/site-packages:$PYTHONPATH" py.test
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.7/site-packages:$PYTHONPATH" py.test
 
   cd "$srcdir"/pytest-forked-$pkgver-py2
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1



More information about the arch-commits mailing list