mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/python-pytest-plugins to 1.7.0-6
This commit is contained in:
parent
b43fcf2a7d
commit
733e5c3c0b
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
pkgbase=python-pytest-plugins
|
||||
pkgname=('python-pytest-fixture-config' 'python-pytest-shutil' 'python-pytest-virtualenv')
|
||||
pkgver=1.7.0
|
||||
pkgrel=4
|
||||
pkgrel=6
|
||||
arch=('any')
|
||||
license=('BSD')
|
||||
url='https://github.com/manahl/pytest-plugins'
|
||||
|
@ -43,7 +43,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.8/site-packages py.test
|
||||
PYTHONPATH="$srcdir"/tmp_install/usr/lib/python3.9/site-packages py.test
|
||||
done
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue