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

Felix Yan felixonmars at archlinux.org
Wed Oct 4 15:53:40 UTC 2017


    Date: Wednesday, October 4, 2017 @ 15:53:39
  Author: felixonmars
Revision: 261519

use prefered subcommand for pytest-runner

Modified:
  python-rfc3986/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-04 15:52:57 UTC (rev 261518)
+++ PKGBUILD	2017-10-04 15:53:39 UTC (rev 261519)
@@ -29,10 +29,10 @@
 
 check() {
   cd "$srcdir"/rfc3986-$pkgver
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/rfc3986-$pkgver-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-rfc3986() {



More information about the arch-commits mailing list