python-pytest: Update to 8.2.2

This commit is contained in:
Christoph Reiter
2024-06-11 07:21:43 +02:00
parent a31a085db0
commit 723216142b

View File

@@ -2,14 +2,14 @@
pkgbase=python-pytest
pkgname=('python-pytest')
pkgver=7.4.4
pkgver=8.2.2
pkgrel=1
provides=("python3-pytest")
replaces=("python3-pytest")
conflicts=("python3-pytest")
pkgdesc="Simple powerful testing with Python"
arch=('any')
license=('MIT')
license=('spdx:MIT')
url="https://pytest.org/"
msys2_repository_url="https://github.com/pytest-dev/pytest"
msys2_references=(
@@ -27,7 +27,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=('4f4e35d86a155fe870137979829b7a916bffffb570b0d5dab0429e0fdc37dc8e')
sha256sums=('b723da0ef5c624aad539e65c6d5381289c84c2977045e365813338318474d433')
build() {
export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}