[arch-commits] Commit in python-pyfiglet/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Oct 31 18:58:15 UTC 2019
Date: Thursday, October 31, 2019 @ 18:58:15
Author: foutrelis
Revision: 521685
Fix tests
Modified:
python-pyfiglet/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-31 18:56:19 UTC (rev 521684)
+++ PKGBUILD 2019-10-31 18:58:15 UTC (rev 521685)
@@ -21,7 +21,7 @@
check() {
cd $_name-$pkgver
- python pyfiglet/test.py
+ PYTHONPATH=. python pyfiglet/test.py
}
package() {
More information about the arch-commits
mailing list