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

Antonio Rojas arojas at archlinux.org
Sun Nov 3 15:54:19 UTC 2019


    Date: Sunday, November 3, 2019 @ 15:54:19
  Author: arojas
Revision: 522530

Remove check, not build

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

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-03 15:50:44 UTC (rev 522529)
+++ PKGBUILD	2019-11-03 15:54:19 UTC (rev 522530)
@@ -28,14 +28,14 @@
 build() {
   cd "$srcdir"/os-client-config-$pkgver
   python setup.py build
+
+  cd "$srcdir"/os-client-config-$pkgver-py2
+  python2 setup.py build
 }
 
 check() {
   cd "$srcdir"/os-client-config-$pkgver
   stestr run
-
-  cd "$srcdir"/os-client-config-$pkgver-py2
-  PYTHON=python2 stestr2 run
 }
 
 package_python-os-client-config() {



More information about the arch-commits mailing list