Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-test-xdist py-test-xdist: updated to 1.32.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c51deac7be7
branches:  trunk
changeset: 430741:5c51deac7be7
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun May 03 18:17:36 2020 +0000

description:
py-test-xdist: updated to 1.32.0

pytest-xdist 1.32.0

Deprecations and Removals
- Drop support for EOL Python 3.4.

Features
- Add `testrun_uid` fixture. This is a shared value that uniquely identifies a test run among all workers.
  This also adds a `PYTEST_XDIST_TESTRUNUID` environment variable that is accessible within a test as well as a command line option `--testrunuid` to manually set the value from outside.

diffstat:

 devel/py-test-xdist/Makefile |   4 ++--
 devel/py-test-xdist/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e9762fdcadd5 -r 5c51deac7be7 devel/py-test-xdist/Makefile
--- a/devel/py-test-xdist/Makefile      Sun May 03 18:16:18 2020 +0000
+++ b/devel/py-test-xdist/Makefile      Sun May 03 18:17:36 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2020/01/03 11:44:04 adam Exp $
+# $NetBSD: Makefile,v 1.26 2020/05/03 18:17:36 adam Exp $
 
-DISTNAME=      pytest-xdist-1.31.0
+DISTNAME=      pytest-xdist-1.32.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}
diff -r e9762fdcadd5 -r 5c51deac7be7 devel/py-test-xdist/distinfo
--- a/devel/py-test-xdist/distinfo      Sun May 03 18:16:18 2020 +0000
+++ b/devel/py-test-xdist/distinfo      Sun May 03 18:17:36 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2020/01/03 11:44:04 adam Exp $
+$NetBSD: distinfo,v 1.25 2020/05/03 18:17:36 adam Exp $
 
-SHA1 (pytest-xdist-1.31.0.tar.gz) = 442051a011cf2384e0d86e319aac29ccba62f7c7
-RMD160 (pytest-xdist-1.31.0.tar.gz) = 97e2ef432e1c265110ede1a2407b749240f3cd3d
-SHA512 (pytest-xdist-1.31.0.tar.gz) = b7960d20295232b251c8ddcc5a3b9d6e7b761d577ba11c2647b4b4b410ee5c05998cf57fa57208561eb3ea7c4914db1fd446173794589d8c8e8e79ff8e0ad3aa
-Size (pytest-xdist-1.31.0.tar.gz) = 66133 bytes
+SHA1 (pytest-xdist-1.32.0.tar.gz) = 1ee57f55c1659be4ccadeda47f0e48a0979b04a5
+RMD160 (pytest-xdist-1.32.0.tar.gz) = 1cb312142bef05a730bc553d6ccfa6950a491739
+SHA512 (pytest-xdist-1.32.0.tar.gz) = f159b4653efb4afeff4124df484670d3c672e1014712f948390b25efc53096f8237258c83a5f1a9e688c52b4a756291cb731d37fdfa800707f556550a19cb0e8
+Size (pytest-xdist-1.32.0.tar.gz) = 67733 bytes



Home | Main Index | Thread Index | Old Index