21 lines
755 B
Bash
21 lines
755 B
Bash
# Template file for 'python3-pytest-xdist'
|
|
pkgname=python3-pytest-xdist
|
|
version=3.1.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
|
|
depends="python3-pytest python3-execnet"
|
|
short_desc="Pytest plugin for distributed testing & loop-on-failures testing modes"
|
|
maintainer="classabbyamp <void@placeviolette.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/pytest-dev/pytest-xdist"
|
|
changelog="https://raw.githubusercontent.com/pytest-dev/pytest-xdist/master/CHANGELOG.rst"
|
|
distfiles="${PYPI_SITE}/p/pytest-xdist/pytest-xdist-${version}.tar.gz"
|
|
checksum=40fdb8f3544921c5dfcd486ac080ce22870e71d82ced6d2e78fa97c2addd480c
|
|
# tests only work in tox
|
|
make_check=no
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|