python-pytest: update to 8.2.2

This commit is contained in:
Biswapriyo Nath
2024-07-02 12:59:36 +00:00
parent e14fc7b18c
commit d91c8b9f1e

View File

@@ -3,10 +3,7 @@
_realname=pytest
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=8.2.0
pkgver=8.2.2
pkgrel=1
pkgdesc='simple powerful testing with Python (mingw-w64)'
license=('spdx:MIT')
@@ -37,7 +34,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-argcomplete"
"${MINGW_PACKAGE_PREFIX}-python-requests")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('d507d4482197eac0ba2bae2e9babf0672eb333017bcedaa5fb1a3d42c1174b3f')
sha256sums=('de4bb8104e201939ccdc688b27a89a7be2079b22e2bd2b07f806b6ba71117977')
prepare() {
sed -i 's/assert numentries == 0/assert numentries == 26/' ${_realname}-${pkgver}/testing/python/collect.py