mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/python-pytest-plugins to 1.3.0-2
This commit is contained in:
parent
0b2df6380d
commit
9b5135c232
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,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'
|
||||
|
@ -49,7 +49,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
|
||||
|
|
Loading…
Reference in a new issue