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

Felix Yan fyan at archlinux.org
Mon Jan 25 02:22:25 UTC 2016


    Date: Monday, January 25, 2016 @ 03:22:25
  Author: fyan
Revision: 158787

upgpkg: python-pytest 2.8.7-1

Modified:
  python-pytest/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-25 01:22:03 UTC (rev 158786)
+++ PKGBUILD	2016-01-25 02:22:25 UTC (rev 158787)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.8.6
-_commit=82d00efa8dd4ef903f0eca2bd02fa1aab9ddbb96
+pkgver=2.8.7
+_commit=3315b3a12fdd9ef8e05d4efb6d6bea52aa750668
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -13,10 +13,10 @@
 url="http://pytest.org/"
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 'git'
              'python-pluggy' 'python2-pluggy')
-checkdepends=('lsof' 'python-nose' 'python2-nose'
-              'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 'python2-enum34'
-              'python-pexpect' 'python2-pexpect' 'python-pytest-xdist' 'python2-pytest-xdist'
-              'python-zope-interface' 'python2-zope-interface' 'python-twisted' 'python2-twisted')
+checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock'
+              'python-yaml' 'python2-yaml' 'python2-enum34' 'python-pexpect' 'python2-pexpect'
+              'python-pytest-xdist' 'python2-pytest-xdist' 'python-zope-interface'
+              'python2-zope-interface' 'python-twisted' 'python2-twisted')
 source=("git+https://github.com/pytest-dev/pytest.git#commit=$_commit")
 sha512sums=('SKIP')
 
@@ -41,8 +41,7 @@
   python setup.py test
 
   cd "$srcdir/pytest-py2"
-  python2 setup.py test || warning "Tests failed"
-  # https://github.com/pytest-dev/pytest/issues/927
+  python2 setup.py test
 }
 
 package_python-pytest() {



More information about the arch-commits mailing list