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

Felix Yan fyan at archlinux.org
Sun Jan 31 08:22:03 UTC 2016


    Date: Sunday, January 31, 2016 @ 09:22:02
  Author: fyan
Revision: 159671

upgpkg: python-pytest-xdist 1.14-1

Modified:
  python-pytest-xdist/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-31 07:07:54 UTC (rev 159670)
+++ PKGBUILD	2016-01-31 08:22:02 UTC (rev 159671)
@@ -4,14 +4,14 @@
 pkgbase=python-pytest-xdist
 pkgname=('python-pytest-xdist' 'python2-pytest-xdist')
 _pypiname=pytest-xdist
-pkgver=1.13.1
-pkgrel=2
+pkgver=1.14
+pkgrel=1
 pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing modes'
 arch=('any')
 license=('MIT')
 url='https://bitbucket.org/pytest-dev/pytest-xdist'
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 'python2-setuptools_scm' 'python-execnet' 'python2-execnet' 'mercurial')
-source=("hg+https://bitbucket.org/pytest-dev/pytest-xdist#tag=v$pkgver")
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 'python2-setuptools_scm' 'python-execnet' 'python2-execnet' 'git')
+source=("git+https://github.com/pytest-dev/pytest-xdist#tag=v$pkgver")
 md5sums=('SKIP')
 
 prepare() {
@@ -31,11 +31,11 @@
 
   cd "$srcdir/$_pypiname"
   python setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" py.test || warning "Tests failed"
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH" py.test
 
   cd "$srcdir/$_pypiname-py2"
   python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" py.test2 || warning "Tests failed"
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH" py.test2
 }
 
 package_python-pytest-xdist() {



More information about the arch-commits mailing list