George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
python-requests-file


Commits:
89e3dfc6 by Jelle van der Waa at 2025-01-01T19:00:04+01:00
Enable unittests

The tests are trivial and fast to run.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -28,6 +28,11 @@ build() {
   python -m build --wheel --no-isolation
 }
 
+check() {
+  cd "$pkgname"
+  python -m unittest discover -vs tests
+}
+
 package() {
   cd "$pkgname"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-file/-/commit/89e3dfc6753f5486c810d1cdf979c67dc4512118

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-file/-/commit/89e3dfc6753f5486c810d1cdf979c67dc4512118
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to