From 1c70af3831b0412dbefb2c30bfe17953f07f797a Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 3 Jul 2022 09:24:19 +0200 Subject: [PATCH] pytest: Update to 7.1.2 The old version fails to run with Python 3.10 --- python-pytest/PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/python-pytest/PKGBUILD b/python-pytest/PKGBUILD index 59661d30..39979f6d 100644 --- a/python-pytest/PKGBUILD +++ b/python-pytest/PKGBUILD @@ -2,8 +2,8 @@ pkgbase=python-pytest pkgname=('python-pytest') -pkgver=6.2.1 -pkgrel=4 +pkgver=7.1.2 +pkgrel=1 provides=("python3-pytest") replaces=("python3-pytest") conflicts=("python3-pytest") @@ -14,17 +14,15 @@ url="https://pytest.org/" depends=('python' 'python-atomicwrites' 'python-attrs' - 'python-more-itertools' 'python-pluggy' 'python-py' 'python-packaging' 'python-iniconfig' - 'python-toml' - 'python-six') + 'python-tomli') makedepends=('python-setuptools-scm' 'python-setuptools') source=("pytest-${pkgver}.tar.gz::https://github.com/pytest-dev/pytest/archive/${pkgver}.tar.gz") -sha256sums=('efc60ff9d50f63a6cc1571f5f121155cd1775905a29dbc58b55612ac5a81f530') +sha256sums=('7c42e4e67fe31a334594a30d6034899fe2202e48ba06a53747c7e1b9881d5320') build() { export SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver}