[arch-commits] Commit in python-os-client-config/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jul 20 03:29:47 UTC 2018


    Date: Friday, July 20, 2018 @ 03:29:46
  Author: felixonmars
Revision: 362500

Actually test with python2

Modified:
  python-os-client-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-20 03:28:37 UTC (rev 362499)
+++ PKGBUILD	2018-07-20 03:29:46 UTC (rev 362500)
@@ -41,7 +41,7 @@
   stestr run
 
   cd "$srcdir"/os-client-config-$pkgver-py2
-  stestr2 run
+  PYTHON=python2 stestr2 run
 }
 
 package_python-os-client-config() {



More information about the arch-commits mailing list