author | Daniel M. Capella
<polyzen@archlinux.org> 2022-09-03 01:11:23 UTC |
committer | Daniel M. Capella
<polyzen@archlinux.org> 2022-09-03 01:11:23 UTC |
parent | 20345149bc5cf705f47f1e4bc88853260ccfecd4 |
PKGBUILD | +6 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 163428a..0239f5b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=7.1.2 -pkgrel=2 +pkgver=7.1.3 +pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') license=('MIT') @@ -19,8 +19,8 @@ checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock' 'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments' 'python-pytest-xdist' 'python-twisted') source=("https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz") -sha256sums=('a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45') -b2sums=('c59e477ba52f2ff6f9885b91bbdc9b70dd4ffced3902417cd2e8cf28ba778e92ab5738f1be4d1c8c5c41c7140ac56622b6d44261d618426ae39fd00026bf139c') +sha256sums=('4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39') +b2sums=('39935fbfc9eb79a220324b8642e80225472a658f85fa8ef50b1dff5396dd30cfde22b2faf3909df0ba7d08ea14f548794974a7fd7670d7204e8d625ea5949630') # Remove dep on setuptools_scm prepare() { @@ -40,7 +40,8 @@ check() { cd pytest-$pkgver python -m venv --system-site-packages test-env test-env/bin/python -m installer dist/*.whl - test-env/bin/python -m pytest + # https://github.com/pytest-dev/pytest/issues/10042 + test-env/bin/python -m pytest -o xfail_strict=False } package() {