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

Felix Yan felixonmars at archlinux.org
Wed Oct 4 16:00:47 UTC 2017


    Date: Wednesday, October 4, 2017 @ 16:00:46
  Author: felixonmars
Revision: 261527

use prefered subcommand for pytest-runner

Modified:
  python-fields/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 15:58:32 UTC (rev 261526)
+++ PKGBUILD	2017-10-04 16:00:46 UTC (rev 261527)
@@ -34,10 +34,10 @@
   export LC_CTYPE=en_US.UTF-8
 
   cd "$srcdir"/python-fields
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/python-fields-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-fields() {



More information about the arch-commits mailing list