mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 01:23:51 +02:00
python3-pytest-xdist: enable tests.
This commit is contained in:
parent
2637b27bed
commit
071bb662e2
1 changed files with 2 additions and 3 deletions
|
@ -3,8 +3,9 @@ pkgname=python3-pytest-xdist
|
|||
version=3.3.1
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-setuptools_scm python3-wheel"
|
||||
hostmakedepends="python3-setuptools_scm python3-wheel"
|
||||
depends="python3-pytest python3-execnet"
|
||||
checkdepends="$depends python3-filelock python3-pexpect python3-psutil"
|
||||
short_desc="Pytest plugin for distributed testing & loop-on-failures testing modes"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="MIT"
|
||||
|
@ -12,8 +13,6 @@ 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=d5ee0520eb1b7bcca50a60a518ab7a7707992812c578198f8b44fdfac78e8c93
|
||||
# tests only work in tox
|
||||
make_check=no
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue