[arch-commits] Commit in python-docker-pycreds/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Oct 4 15:58:33 UTC 2017
Date: Wednesday, October 4, 2017 @ 15:58:32
Author: felixonmars
Revision: 261526
use prefered subcommand for pytest-runner
Modified:
python-docker-pycreds/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-04 15:58:01 UTC (rev 261525)
+++ PKGBUILD 2017-10-04 15:58:32 UTC (rev 261526)
@@ -33,10 +33,10 @@
# We don't have docker-credential-secretservice
check_disabled() {
cd "$srcdir"/dockerpy-creds
- python setup.py ptr
+ python setup.py pytest
cd "$srcdir"/dockerpy-creds-py2
- python2 setup.py ptr
+ python2 setup.py pytest
}
package_python-docker-pycreds() {
More information about the arch-commits
mailing list