author | Felix Yan
<felixonmars@archlinux.org> 2016-01-25 02:22:25 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-01-25 02:22:25 UTC |
parent | 4170f383e10b61579743f3182650d3993e34fc84 |
PKGBUILD | +7 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index ee89aa5..360cb56 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,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') @@ -12,10 +12,10 @@ license=('MIT') 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') @@ -40,8 +40,7 @@ check() { 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() {