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

Felix Yan felixonmars at archlinux.org
Wed Oct 4 19:10:12 UTC 2017


    Date: Wednesday, October 4, 2017 @ 19:10:11
  Author: felixonmars
Revision: 261563

use prefered subcommand for pytest-runner

Modified:
  python-betamax/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 19:09:37 UTC (rev 261562)
+++ PKGBUILD	2017-10-04 19:10:11 UTC (rev 261563)
@@ -23,10 +23,10 @@
   # We need to investigate it more.
 
   cd "$srcdir"/betamax
-  python setup.py ptr || warning "Tests failed"
+  python setup.py pytest || warning "Tests failed"
 
   cd "$srcdir"/betamax-py2
-  python2 setup.py ptr || warning "Tests failed"
+  python2 setup.py pytest || warning "Tests failed"
 }
 
 package_python-betamax() {



More information about the arch-commits mailing list