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}