diff options
author | Evangelos Foutras | 2021-11-29 20:18:52 +0000 |
---|---|---|
committer | Evangelos Foutras | 2021-11-29 20:18:52 +0000 |
commit | 1d39297e20bf925cd4b05485ac2908b514251277 (patch) | |
tree | 9a13c006b4d7984201ccf423212dc600e887c94c | |
parent | 8944234658af296a21d2109ab4b0af7f4cf4e2c5 (diff) | |
download | aur-1d39297e20bf925cd4b05485ac2908b514251277.tar.gz |
Prepare for Python 3.10 rebuild
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,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.9/site-packages py.test + PYTHONPATH="$srcdir"/tmp_install/usr/lib/python3.10/site-packages py.test done } |