From f1a689d3a17c3dede10685bdc3ae7e5a48e3a03d Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 19 Nov 2022 00:37:12 -0500 Subject: [PATCH] python3-pytest-xdist: update to 3.0.2. --- srcpkgs/python3-pytest-xdist/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pytest-xdist/template b/srcpkgs/python3-pytest-xdist/template index c615f80e438d..08a3bf984b40 100644 --- a/srcpkgs/python3-pytest-xdist/template +++ b/srcpkgs/python3-pytest-xdist/template @@ -1,17 +1,17 @@ # Template file for 'python3-pytest-xdist' pkgname=python3-pytest-xdist -version=2.5.0 -revision=2 +version=3.0.2 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools python3-setuptools_scm" -depends="python3-pytest python3-pytest-forked python3-execnet" +depends="python3-pytest python3-execnet" short_desc="Pytest plugin for distributed testing & loop-on-failures testing modes" maintainer="classabbyamp " 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=4580deca3ff04ddb2ac53eba39d76cb5dd5edeac050cb6fbc768b0dd712b4edf +checksum=688da9b814370e891ba5de650c9327d1a9d861721a524eb917e620eec3e90291 # tests only work in tox make_check=no