Wed Oct 2 10:18:58 2019 UTC ()
py-test-xdist: updated to 1.30.0

pytest-xdist 1.30.0:

Features
* Initialization between workers and master nodes is now more consistent, which fixes a number of long-standing issues related to startup with the -c option.

Issues:
* Poor interaction between -n# and -c X.cfg
* pytest-xdist is not reporting the same nodeid as pytest does
This however only works with pytest 5.1 or later, as it required changes in pytest itself.


(adam)
diff -r1.23 -r1.24 pkgsrc/devel/py-test-xdist/Makefile
diff -r1.22 -r1.23 pkgsrc/devel/py-test-xdist/distinfo

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

--- pkgsrc/devel/py-test-xdist/Makefile 2019/06/15 07:04:29 1.23
+++ pkgsrc/devel/py-test-xdist/Makefile 2019/10/02 10:18:58 1.24
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.23 2019/06/15 07:04:29 adam Exp $ 1# $NetBSD: Makefile,v 1.24 2019/10/02 10:18:58 adam Exp $
2 2
3DISTNAME= pytest-xdist-1.29.0 3DISTNAME= pytest-xdist-1.30.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
13DEPENDS+= ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet 13DEPENDS+= ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
14DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
15DEPENDS+= ${PYPKGPREFIX}-test>=4.4.0:../../devel/py-test 15DEPENDS+= ${PYPKGPREFIX}-test>=4.4.0:../../devel/py-test
16DEPENDS+= ${PYPKGPREFIX}-test-forked-[0-9]*:../../devel/py-test-forked 16DEPENDS+= ${PYPKGPREFIX}-test-forked-[0-9]*:../../devel/py-test-forked

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

--- pkgsrc/devel/py-test-xdist/distinfo 2019/06/15 07:04:29 1.22
+++ pkgsrc/devel/py-test-xdist/distinfo 2019/10/02 10:18:58 1.23
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.22 2019/06/15 07:04:29 adam Exp $ 1$NetBSD: distinfo,v 1.23 2019/10/02 10:18:58 adam Exp $
2 2
3SHA1 (pytest-xdist-1.29.0.tar.gz) = 7ac94ca186ed88058b38caf9e0d4ae5642a39d6a 3SHA1 (pytest-xdist-1.30.0.tar.gz) = 590a325b8ca55a892ac7a440e1477803c8af2c43
4RMD160 (pytest-xdist-1.29.0.tar.gz) = fcf0e76a48a3b102a1a40f90ed3894612ae673c2 4RMD160 (pytest-xdist-1.30.0.tar.gz) = 9cc6aa83ce7a1175f4b333cdcfdcbf801714eec5
5SHA512 (pytest-xdist-1.29.0.tar.gz) = b4d62d602cef103e69a42105c1455e52d67769b21c93f931831e577e7b5aa2e27d017a61634ebdde2be5a5db1a53453bb380d4b7d9e45f445320a9a2cb10a63c 5SHA512 (pytest-xdist-1.30.0.tar.gz) = 978b67df2366d916db62af21f2c610ac5d2de43cecf3260ec9bf52f904098514c3052ce8ca2195c17addd4012f3c5d38ce8a701d26c8158142a821b0d0cf9122
6Size (pytest-xdist-1.29.0.tar.gz) = 61788 bytes 6Size (pytest-xdist-1.30.0.tar.gz) = 62286 bytes