From 071bb662e2b27c0828d83e414d683f952a287019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Mon, 29 May 2023 21:01:36 -0300 Subject: [PATCH] python3-pytest-xdist: enable tests. --- srcpkgs/python3-pytest-xdist/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pytest-xdist/template b/srcpkgs/python3-pytest-xdist/template index b327702316a..91a4f148cf5 100644 --- a/srcpkgs/python3-pytest-xdist/template +++ b/srcpkgs/python3-pytest-xdist/template @@ -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 " 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