[arch-commits] Commit in python-tubes/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at archlinux.org
Sat Mar 27 12:49:18 UTC 2021


    Date: Saturday, March 27, 2021 @ 12:49:17
  Author: yan12125
Revision: 905060

python-tubes: fix tests with testing/python-twisted

I assume those who build packages for stable repos will use repos/community-any instead of trunk/ :)

Modified:
  python-tubes/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-27 12:34:19 UTC (rev 905059)
+++ PKGBUILD	2021-03-27 12:49:17 UTC (rev 905060)
@@ -19,7 +19,7 @@
 
 check() {
   cd tubes-$pkgver
-  PYTHONPATH=. trial3 tubes
+  PYTHONPATH=. trial tubes
 }
 
 package() {



More information about the arch-commits mailing list