python-pytest: Update to 7.4.3

This commit is contained in:
Christoph Reiter
2023-10-27 17:22:46 +02:00
parent 127b5ed2b7
commit 304b65cc72

View File

@@ -2,7 +2,7 @@
pkgbase=python-pytest
pkgname=('python-pytest')
pkgver=7.4.2
pkgver=7.4.3
pkgrel=1
provides=("python3-pytest")
replaces=("python3-pytest")
@@ -23,7 +23,7 @@ makedepends=('python-build'
'python-setuptools-scm'
'python-wheel')
source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz")
sha256sums=('4cb601004f019ec58ab34a382f37ccc8ce85de6d7ea708a8da478f0f43815755')
sha256sums=('e3d3070c99b8a2570b2dd5e7507b8ecbb608f889027745c82181d33ad4de5280')
build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}