diff options
| author | Yuval Adam <_@yuv.al> | 2026-07-24 14:46:06 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2026-07-24 14:46:06 +0200 |
| commit | 1bb97ba0ec081b21e4580a71909df7d626efbfba (patch) | |
| tree | ffebbfd25cd8b0ee88757256844a974d1c8f20b4 /packaging/arch | |
| parent | 1ab93210ca0058228dd5cbbd967fadd14a93bc94 (diff) | |
Skip tests in local package builds
Diffstat (limited to 'packaging/arch')
| -rw-r--r-- | packaging/arch/PKGBUILD | 5 |
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 |
