Skip to content

Commit 7c367f2

Browse files
committed
Updated py-test-xdist to 1.19.1.
pytest-xdist 1.19.1 (2017-08-10) ================================ Bug Fixes --------- - Fix crash when transferring internal pytest warnings from workers to the master node. (`#214 <https://github.com/pytest-dev/pytest- xdist/issues/214>`_) pytest-xdist 1.19.0 (2017-08-09) ================================ Deprecations and Removals ------------------------- - ``--boxed`` functionality has been moved to a separate plugin, `pytest-forked <https://github.com/pytest-dev/pytest-forked>`_. This release now depends on `` pytest-forked`` and provides ``--boxed`` as a backward compatibility option. (`#1 <https://github.com/pytest-dev/pytest-xdist/issues/1>`_) Features -------- - New ``--dist=loadscope`` option: sends group of related tests to the same worker. Tests are grouped by module for test functions and by class for test methods. See ``README.rst`` for more information. (`#191 <https://github.com /pytest-dev/pytest-xdist/issues/191>`_) - Warnings are now properly transferred from workers to the master node. (`#92 <https://github.com/pytest-dev/pytest-xdist/issues/92>`_) Bug Fixes --------- - Fix serialization of native tracebacks (``--tb=native``). (`#196 <https://github.com/pytest-dev/pytest-xdist/issues/196>`_)
1 parent e9cbcb6 commit 7c367f2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

devel/py-test-xdist/Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.4 2017/07/30 05:55:34 adam Exp $
1+
# $NetBSD: Makefile,v 1.5 2017/08/14 19:47:52 wiz Exp $
22

3-
DISTNAME= pytest-xdist-1.18.2
3+
DISTNAME= pytest-xdist-1.19.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xdist/}
@@ -13,6 +13,7 @@ LICENSE= mit
1313
DEPENDS+= ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
1414
DEPENDS+= ${PYPKGPREFIX}-py>=1.4.22:../../devel/py-py
1515
DEPENDS+= ${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test
16+
DEPENDS+= ${PYPKGPREFIX}-test-forked-[0-9]*:../../devel/py-test-forked
1617
BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
1718

1819
USE_LANGUAGES= # none

devel/py-test-xdist/distinfo

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.3 2017/07/30 05:55:34 adam Exp $
1+
$NetBSD: distinfo,v 1.4 2017/08/14 19:47:52 wiz Exp $
22

3-
SHA1 (pytest-xdist-1.18.2.tar.gz) = 30913b198df5d82b33a871390f03f8791f26e2f3
4-
RMD160 (pytest-xdist-1.18.2.tar.gz) = 011ef16ddd41364da8dc5296cffb944c9f1b5a72
5-
SHA512 (pytest-xdist-1.18.2.tar.gz) = 5653abaa4890b4e0132946353b632db8631f1d6b4981536d6ea70fff77bbe40766af69315b3e2d84aa26c5bf478b28b0d47d7850a0ca4bc58e6f67b846a24790
6-
Size (pytest-xdist-1.18.2.tar.gz) = 50139 bytes
3+
SHA1 (pytest-xdist-1.19.1.tar.gz) = fdc1216b71b85a03f34493ce8006881b28b40b16
4+
RMD160 (pytest-xdist-1.19.1.tar.gz) = a00db6672b63500638d7f1e3efd6c312d1f846d8
5+
SHA512 (pytest-xdist-1.19.1.tar.gz) = 632db18cc3b0a05ae3cbfc2d8f296f37449b5dfa0d7040ab81972500dd146b04078ac68dbfe275e1d43b507285d8845cda7236611521229518409cac5b9bd33d
6+
Size (pytest-xdist-1.19.1.tar.gz) = 55937 bytes

0 commit comments

Comments
 (0)