author | Felix Yan
<felixonmars@archlinux.org> 2021-04-05 18:48:42 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2021-04-05 18:48:42 UTC |
parent | 7bb1e5c42dc9bc29916a9e32628375a4e3d9cff3 |
PKGBUILD | +3 | -6 |
diff --git a/PKGBUILD b/PKGBUILD index 0b91cb4..7ac3b58 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgname=python-pytest -pkgver=6.2.2 +pkgver=6.2.3 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -17,7 +17,7 @@ checkdepends=('python-argcomplete' 'python-hypothesis' 'python-mock' 'python-nos 'python-decorator' 'python-docutils' 'python-jinja' 'python-numpy' 'python-pexpect' 'python-pygments' 'python-twisted' 'python-pytest-xdist') source=("$pkgname-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz") -sha512sums=('c7b6dfee858984ca842147face869c7a47edd41aa95054de0edaaae7990ce9f8a1a3f4caa9a1b298cd6aebf6961e4a93b6662991866f0970e7a37fb79756f298') +sha512sums=('af606d5465809fd3cfba8fd44b51af1a7571277696795818aaedaddec211d5d61ffbead01032bfe75fa0e08c581461db23dc6aa95f28fad7df634e5d12b6b14f') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver @@ -34,10 +34,7 @@ check() { cd pytest-$pkgver python setup.py egg_info # pdb tests: https://github.com/pytest-dev/pytest/issues/8161 - PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py --deselect testing/test_debugging.py::TestPDB::test_pdb_interaction_doctest \ - --deselect testing/test_debugging.py::TestPDB::test_pdb_with_injected_do_debug \ - --deselect testing/test_debugging.py::TestPDB::test_pdb_continue_with_recursive_debug \ - --deselect testing/test_debugging.py::test_pdb_suspends_fixture_capturing + PYTHONPATH="$PWD"/build/lib python src/pytest/__main__.py } package() {