George Hu pushed to branch main at Arch Linux / Packaging / Packages / 
python-augeas


Commits:
36a72790 by George Hu at 2025-11-19T21:40:00+08:00
Simplify the unit test command in check() function

Remove the redundant `-s` option and `PYTHONPATH`.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -20,7 +20,7 @@ build() {
 
 check() {
   cd python-augeas-$pkgver
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m unittest discover -vs .
+  python -m unittest discover -v
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-augeas/-/commit/36a7279004933d0fa423902d443ec9d5d451c127

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-augeas/-/commit/36a7279004933d0fa423902d443ec9d5d451c127
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to