author | Felix Yan
<felixonmars@archlinux.org> 2019-12-23 09:51:04 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-12-23 09:51:04 UTC |
parent | 480a5dc1ded794f2c18f22e59b1ebdcb762a501c |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index ce8ca47..244924c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=5.3.1 +pkgver=5.3.2 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -17,7 +17,7 @@ checkdepends=('lsof' 'python-nose' 'python-mock' 'python-requests' 'python-hypot 'python-numpy' 'python-twisted' 'python-pytest-xdist' 'python-decorator' 'python-jinja' 'python-pexpect') source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz") -sha512sums=('cfe2396d809faa88506c3d6041ebd9f7e91ba143ff23f59cdb3e3ca887c456fd3c9b563a647d1978b14ae3effcc1376ec480b5b7e4f46a40daa7ff4efd6f1ddf') +sha512sums=('47d598099abc62c63312eb92be92b77a21437544f578cace81843213a496640fbea76faba8570785b8d23b541cb80222e612e885c4c2334ec02cdb99be9eacb5') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver @@ -36,7 +36,7 @@ check() { cd pytest-$pkgver python setup.py egg_info - PYTHONPATH="$PWD"/build/lib python src/pytest.py -k 'not test_collect_pyargs_with_testpaths' + PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py -k 'not test_collect_pyargs_with_testpaths' } package() {