Date: Wednesday, October 4, 2017 @ 15:49:08
  Author: felixonmars
Revision: 261509

use prefered subcommand for pytest-runner

Modified:
  python-iocapture/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-10-04 15:48:17 UTC (rev 261508)
+++ PKGBUILD    2017-10-04 15:49:08 UTC (rev 261509)
@@ -30,10 +30,10 @@
 
 check() {
   cd "$srcdir/iocapture"
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir/iocapture-py2"
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-iocapture() {

Reply via email to