summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2026-07-24 14:46:06 +0200
committerYuval Adam <_@yuv.al>2026-07-24 14:46:06 +0200
commit1bb97ba0ec081b21e4580a71909df7d626efbfba (patch)
treeffebbfd25cd8b0ee88757256844a974d1c8f20b4
parent1ab93210ca0058228dd5cbbd967fadd14a93bc94 (diff)
Skip tests in local package builds
-rw-r--r--packaging/arch/PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD
index 395f1cd..155cdc9 100644
--- a/packaging/arch/PKGBUILD
+++ b/packaging/arch/PKGBUILD
@@ -38,11 +38,6 @@ build() {
python -m build --wheel --no-isolation
}
-check() {
- cd "$srcdir/$pkgname"
- python -m unittest discover -s tests -v
-}
-
package() {
cd "$srcdir/$pkgname"
python -m installer --destdir="$pkgdir" dist/*.whl