python-pytest: Update to 8.3.5

This commit is contained in:
Christoph Reiter
2025-03-11 08:22:45 +01:00
parent cb03681d03
commit 7a2d2abbec

View File

@@ -2,7 +2,7 @@
pkgbase=python-pytest
pkgname=('python-pytest')
pkgver=8.3.4
pkgver=8.3.5
pkgrel=1
provides=("python3-pytest")
replaces=("python3-pytest")
@@ -26,7 +26,7 @@ makedepends=('python-build'
'python-setuptools'
'python-setuptools-scm')
source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz")
sha256sums=('3b12683459a85edca218d6c128ab2299aabd9a0c9fd046a43b7fb86080f0702c')
sha256sums=('b58e6aa58a553a54950405ad6e3005459dd8c13ecf2e1735703a3cfa5c72b381')
build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}