python-pytest: Update to 7.3.0

This commit is contained in:
Christoph Reiter
2023-04-10 10:16:48 +02:00
parent df19b2fd1f
commit 68fd09df84

View File

@@ -2,7 +2,7 @@
pkgbase=python-pytest
pkgname=('python-pytest')
pkgver=7.2.2
pkgver=7.3.0
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=('ff88059fc057dd99625d1f513cd6b9bd0969c8c1fecbfd576c0fbc277ca3cb98')
sha256sums=('e24dfffb74c20f7623ded259c675b49a1e9bdd51c4f80876629f7fe93425fed8')
build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}