[arch-commits] Commit in python-wsgi-intercept/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Sat Feb 17 01:01:09 UTC 2018
Date: Saturday, February 17, 2018 @ 01:01:08
Author: dvzrv
Revision: 295279
upgpkg: python-wsgi-intercept 1.6.0-2
Rebuilding for community. With tests.
Modified:
python-wsgi-intercept/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-17 00:47:09 UTC (rev 295278)
+++ PKGBUILD 2018-02-17 01:01:08 UTC (rev 295279)
@@ -6,7 +6,7 @@
pkgbase=python-wsgi-intercept
pkgname=('python-wsgi-intercept' 'python2-wsgi-intercept')
pkgver=1.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Intercept socket connection to wsgi applications for testing.'
arch=('any')
url="https://github.com/cdent/wsgi-intercept"
@@ -36,9 +36,9 @@
check() {
cd "${pkgname[0]}-${pkgver}"
- python setup.py test
+ py.test
cd ../"${pkgname[1]}-${pkgver}"
- python2 setup.py test
+ py.test2
}
package_python-wsgi-intercept() {
More information about the arch-commits
mailing list