python-pytest: Update to 8.4.1

This commit is contained in:
Christoph Reiter 2025-06-19 07:00:42 +02:00
parent 9a013738ab
commit 179dbc4a86

View File

@ -2,7 +2,7 @@
pkgbase=python-pytest
pkgname=('python-pytest')
pkgver=8.3.5
pkgver=8.4.1
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=('b58e6aa58a553a54950405ad6e3005459dd8c13ecf2e1735703a3cfa5c72b381')
sha256sums=('9a41951da668f437335d6f7fca41b38d5194d7ef6dcf8575be11c68dfe3b4485')
build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}