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

Felix Yan felixonmars at archlinux.org
Wed Oct 4 15:46:25 UTC 2017


    Date: Wednesday, October 4, 2017 @ 15:46:25
  Author: felixonmars
Revision: 261504

use prefered subcommand for pytest-runner

Modified:
  python-warlock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 15:44:45 UTC (rev 261503)
+++ PKGBUILD	2017-10-04 15:46:25 UTC (rev 261504)
@@ -29,10 +29,10 @@
 
 check() {
   cd "$srcdir"/warlock
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/warlock-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-warlock() {



More information about the arch-commits mailing list