diff options
| -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 |
