[arch-commits] Commit in python-whoosh/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Oct 4 15:47:28 UTC 2017
Date: Wednesday, October 4, 2017 @ 15:47:27
Author: felixonmars
Revision: 261506
use prefered subcommand for pytest-runner
Modified:
python-whoosh/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-04 15:47:00 UTC (rev 261505)
+++ PKGBUILD 2017-10-04 15:47:27 UTC (rev 261506)
@@ -30,10 +30,10 @@
check() {
cd "$srcdir"/whoosh
- python setup.py ptr
+ python setup.py pytest
cd "$srcdir"/whoosh-py2
- python2 setup.py ptr || warning "Tests failed"
+ python2 setup.py pytest || warning "Tests failed"
}
package_python-whoosh() {
More information about the arch-commits
mailing list