Date: Wednesday, October 4, 2017 @ 15:52:41
  Author: felixonmars
Revision: 261517

use prefered subcommand for pytest-runner

Modified:
  python-pyhamcrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-10-04 15:52:06 UTC (rev 261516)
+++ PKGBUILD    2017-10-04 15:52:41 UTC (rev 261517)
@@ -30,10 +30,10 @@
 # Tests not included in release tarball
 check_disabled() {
   cd "$srcdir"/PyHamcrest-$pkgver
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/PyHamcrest-$pkgver-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-pyhamcrest() {

Reply via email to