author | Felix Yan
<felixonmars@archlinux.org> 2015-11-20 07:46:53 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2015-11-20 07:46:53 UTC |
parent | 6deba40c4e66d837044e42bbefa246f94a8d6725 |
PKGBUILD | +2 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index d0a5711..241604a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=2.8.2 +pkgver=2.8.3 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -14,9 +14,7 @@ makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' ' 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' disabled as they don't support python 3.5 for now -#source=("git+https://github.com/pytest-dev/pytest.git#commit=$_commit") + 'python-zope-interface' 'python2-zope-interface' 'python-twisted' 'python2-twisted') source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver") sha512sums=('SKIP')