Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-fxa
Commits:
33155bd9 by Daniel M. Capella at 2024-03-01T18:22:39-05:00
Revert tests dir removal
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -28,8 +28,4 @@ check() {
package() {
cd $_pkgname-$pkgver
python -m installer --destdir="$pkgdir" dist/*.whl
-
- # Do not install tests directory
- local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
- rm -rf "$pkgdir/$site_packages"/fxa/tests/
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fxa/-/commit/33155bd9967457fdb92fd17887d77eab07740cb4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fxa/-/commit/33155bd9967457fdb92fd17887d77eab07740cb4
You're receiving this email because of your account on gitlab.archlinux.org.