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

Felix Yan felixonmars at archlinux.org
Wed Oct 4 15:54:56 UTC 2017


    Date: Wednesday, October 4, 2017 @ 15:54:56
  Author: felixonmars
Revision: 261520

use prefered subcommand for pytest-runner

Modified:
  python-pyftpdlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 15:53:39 UTC (rev 261519)
+++ PKGBUILD	2017-10-04 15:54:56 UTC (rev 261520)
@@ -31,10 +31,10 @@
 
 check() {
   cd "$srcdir"/pyftpdlib-$pkgver
-  python setup.py ptr || warning "Tests failed"
+  python setup.py pytest || warning "Tests failed"
 
   cd "$srcdir"/pyftpdlib-$pkgver-py2
-  python2 setup.py ptr || warning "Tests failed"
+  python2 setup.py pytest || warning "Tests failed"
 }
 
 package_python-pyftpdlib() {



More information about the arch-commits mailing list