* update python-pytest-xdist to 3.5.0-2

This commit is contained in:
Alexander Baldeck 2024-05-10 18:12:15 +02:00
parent 0db56b675c
commit c5fec6529b

View File

@ -3,8 +3,7 @@
pkgname=python-pytest-xdist
pkgver=3.5.0
_commit=95b309e980796a261045d770f69c016ca741473d
pkgrel=1
pkgrel=2
pkgdesc='py.test xdist plugin for distributed testing and loop-on-failing modes'
arch=(any)
license=('MIT')
@ -12,8 +11,8 @@ url='https://github.com/pytest-dev/pytest-xdist'
depends=('python-execnet' 'python-pytest')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel')
checkdepends=('python-filelock' 'python-psutil')
source=("git+https://github.com/pytest-dev/pytest-xdist.git#commit=$_commit")
sha512sums=('SKIP')
source=("git+https://github.com/pytest-dev/pytest-xdist.git#tag=v$pkgver")
sha512sums=('33aace625d501a3f005188a2baa2dcbb4106b93d404bff85787fd6520b72840eb3a35c0abe7f641408b543815850040c7f74241cb6da43661351368460610dc7')
build() {
cd pytest-xdist