Tue Nov 21 20:37:43 2023 UTC ()
py-test-xdist: updated to 3.5.0

pytest-xdist 3.5.0 (2023-11-21)

Features

- ``--dist=loadscope`` now sorts scopes by number of tests to assign largest scopes early -- in many cases this should improve overall test session running time, as there is less chance of a large scope being left to be processed near the end of the session, leaving other workers idle.


(adam)
diff -r1.39 -r1.40 pkgsrc/devel/py-test-xdist/Makefile
diff -r1.38 -r1.39 pkgsrc/devel/py-test-xdist/distinfo

cvs diff -r1.39 -r1.40 pkgsrc/devel/py-test-xdist/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-xdist/Makefile 2023/11/16 09:24:03 1.39
+++ pkgsrc/devel/py-test-xdist/Makefile 2023/11/21 20:37:43 1.40
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.39 2023/11/16 09:24:03 adam Exp $ 1# $NetBSD: Makefile,v 1.40 2023/11/21 20:37:43 adam Exp $
2 2
3DISTNAME= pytest-xdist-3.4.0 3DISTNAME= pytest-xdist-3.5.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xdist/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xdist/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pytest-dev/pytest-xdist 9HOMEPAGE= https://github.com/pytest-dev/pytest-xdist
10COMMENT= Plugin for distributed testing and loop-on-failing modes 10COMMENT= Plugin for distributed testing and loop-on-failing modes
11LICENSE= mit 11LICENSE= mit
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15DEPENDS+= ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet 15DEPENDS+= ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
16DEPENDS+= ${PYPKGPREFIX}-test>=6.2.0:../../devel/py-test 16DEPENDS+= ${PYPKGPREFIX}-test>=6.2.0:../../devel/py-test

cvs diff -r1.38 -r1.39 pkgsrc/devel/py-test-xdist/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-xdist/distinfo 2023/11/16 09:24:03 1.38
+++ pkgsrc/devel/py-test-xdist/distinfo 2023/11/21 20:37:43 1.39
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.38 2023/11/16 09:24:03 adam Exp $ 1$NetBSD: distinfo,v 1.39 2023/11/21 20:37:43 adam Exp $
2 2
3BLAKE2s (pytest-xdist-3.4.0.tar.gz) = 8cf50b425bd50c8595ab163a7092518827b51df255b47c19be99d3a82496e94e 3BLAKE2s (pytest-xdist-3.5.0.tar.gz) = ed2da7f090554b4663c95cb3d5919935a4ad5ef89ba7789afbfe3e1772d4d25e
4SHA512 (pytest-xdist-3.4.0.tar.gz) = c8ec998b3b7dc10d416406c0e421c1909e67c7bcd8479674520c0371615d131c75f59f1fb46f19c38cacdc1a42119534d66ace9ba58d0230a96f4f6baf0df185 4SHA512 (pytest-xdist-3.5.0.tar.gz) = 1b6a896c6c69c110d1f3aa634740ffced570bbb788b3474687fef20147a5480a8681886b04db0413f7db68db546236f9a7f37e1592a74d1145f6eb6d876216ca
5Size (pytest-xdist-3.4.0.tar.gz) = 78703 bytes 5Size (pytest-xdist-3.5.0.tar.gz) = 78977 bytes