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

Felix Yan felixonmars at archlinux.org
Wed Oct 4 15:50:02 UTC 2017


    Date: Wednesday, October 4, 2017 @ 15:50:01
  Author: felixonmars
Revision: 261512

use prefered subcommand for pytest-runner

Modified:
  python-flexmock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 15:49:45 UTC (rev 261511)
+++ PKGBUILD	2017-10-04 15:50:01 UTC (rev 261512)
@@ -31,10 +31,10 @@
 
 check() {
   cd "$srcdir/flexmock"
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir/flexmock-py2"
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-flexmock() {



More information about the arch-commits mailing list