summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9733ce8b7ce0..a61fcb233d6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=apio
_name=apio
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Experimental micro-ecosystem for open FPGAs"
arch=('any')
url="https://pypi.org/project/apio/"
@@ -27,7 +27,7 @@ check() {
python -m venv --system-site-packages test-venv
./test-venv/bin/python -m install dist/*.whl
- ./test-venv/bin/python -m pytest -v -c /dev/null test
+ ./test-venv/bin/python -m pytest -v -c /dev/null test --offline
}
package() {