pkgsrc-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.22.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/a12d9c15153b
branches: trunk
changeset: 375821:a12d9c15153b
user: adam <adam%pkgsrc.org@localhost>
date: Thu Feb 22 09:36:36 2018 +0000
description:
py-test-xdist: updated to 1.22.1
pytest-xdist 1.22.1
Bug Fixes
Fix issue when using loadscope or loadfile where tests would fail to start if the first scope had only one test.
Trivial Changes
Change terminology used by pytest-xdist to master and worker in arguments and messages (for example --max-worker-reset).
diffstat:
devel/py-test-xdist/Makefile | 4 ++--
devel/py-test-xdist/PLIST | 8 ++++----
devel/py-test-xdist/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (46 lines):
diff -r a5b45e05fadf -r a12d9c15153b devel/py-test-xdist/Makefile
--- a/devel/py-test-xdist/Makefile Thu Feb 22 09:34:09 2018 +0000
+++ b/devel/py-test-xdist/Makefile Thu Feb 22 09:36:36 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2018/01/12 12:38:32 adam Exp $
+# $NetBSD: Makefile,v 1.10 2018/02/22 09:36:36 adam Exp $
-DISTNAME= pytest-xdist-1.22.0
+DISTNAME= pytest-xdist-1.22.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xdist/}
diff -r a5b45e05fadf -r a12d9c15153b devel/py-test-xdist/PLIST
--- a/devel/py-test-xdist/PLIST Thu Feb 22 09:34:09 2018 +0000
+++ b/devel/py-test-xdist/PLIST Thu Feb 22 09:36:36 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2017/12/30 10:24:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/02/22 09:36:36 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -45,6 +45,6 @@
${PYSITELIB}/xdist/scheduler/loadscope.py
${PYSITELIB}/xdist/scheduler/loadscope.pyc
${PYSITELIB}/xdist/scheduler/loadscope.pyo
-${PYSITELIB}/xdist/slavemanage.py
-${PYSITELIB}/xdist/slavemanage.pyc
-${PYSITELIB}/xdist/slavemanage.pyo
+${PYSITELIB}/xdist/workermanage.py
+${PYSITELIB}/xdist/workermanage.pyc
+${PYSITELIB}/xdist/workermanage.pyo
diff -r a5b45e05fadf -r a12d9c15153b devel/py-test-xdist/distinfo
--- a/devel/py-test-xdist/distinfo Thu Feb 22 09:34:09 2018 +0000
+++ b/devel/py-test-xdist/distinfo Thu Feb 22 09:36:36 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/01/12 12:38:32 adam Exp $
+$NetBSD: distinfo,v 1.9 2018/02/22 09:36:36 adam Exp $
-SHA1 (pytest-xdist-1.22.0.tar.gz) = 3ca36124ea596828c59a330bcdf7533d42172274
-RMD160 (pytest-xdist-1.22.0.tar.gz) = 94eac7caff9499585eb0b6721ea1fd3fc3cec29f
-SHA512 (pytest-xdist-1.22.0.tar.gz) = 452d54f2aedddaa9512de3748707709b190e84fffc87ebe3b16e3416efdc2caee849cd65393ea7c9aeeceac4a8115190e92f90a136bfca706b55fd717ce4ef9a
-Size (pytest-xdist-1.22.0.tar.gz) = 58565 bytes
+SHA1 (pytest-xdist-1.22.1.tar.gz) = dea5aaad7d882e081556a9750950256cca4a3f00
+RMD160 (pytest-xdist-1.22.1.tar.gz) = a9983247ee5d9c8d8cc85d07efb1be8441346abb
+SHA512 (pytest-xdist-1.22.1.tar.gz) = b8bce1a3f69720382107d3a9b2b8d0281f442ee76e9faa2c4bc0d884260b542c0375604dfb1535ba70099e6d44d610dad0ba2901ae91d939e7e569c306d0e71b
+Size (pytest-xdist-1.22.1.tar.gz) = 57820 bytes
Home |
Main Index |
Thread Index |
Old Index