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