summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvangelos Foutras2018-07-23 17:23:41 +0000
committerEvangelos Foutras2018-07-23 17:23:41 +0000
commita271730766044a195a7eab1aaeb241ed2cf10905 (patch)
treeaa64111ee6e282a646889468110d1190bdc193b2
parent99cb81d54c0ac0cfdf93a4a0d269d7ed13b134c0 (diff)
downloadaur-a271730766044a195a7eab1aaeb241ed2cf10905.tar.gz
Python 3.7 rebuild
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9eb7e3c004d9..37636c29b750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=('python-pytest-fixture-config' 'python2-pytest-fixture-config'
'python-pytest-shutil' 'python2-pytest-shutil'
'python-pytest-virtualenv' 'python2-pytest-virtualenv')
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
arch=('any')
license=('BSD')
url='https://github.com/manahl/pytest-plugins'
@@ -45,7 +45,7 @@ check() {
for _pkg in pytest-fixture-config pytest-shutil pytest-virtualenv; do
cd "$srcdir"/pytest-plugins-$pkgver/$_pkg
python setup.py install --root="$srcdir"/tmp_install --optimize=1
- PYTHONPATH="$srcdir"/tmp_install/usr/lib/python3.6/site-packages py.test
+ PYTHONPATH="$srcdir"/tmp_install/usr/lib/python3.7/site-packages py.test
cd "$srcdir"/pytest-plugins-$pkgver-py2/$_pkg
python2 setup.py install --root="$srcdir"/tmp_install --optimize=1