pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-xdist



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 14 19:47:52 UTC 2017

Modified Files:
        pkgsrc/devel/py-test-xdist: Makefile distinfo

Log Message:
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>`_)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-xdist/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-xdist/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test-xdist/Makefile
diff -u pkgsrc/devel/py-test-xdist/Makefile:1.4 pkgsrc/devel/py-test-xdist/Makefile:1.5
--- pkgsrc/devel/py-test-xdist/Makefile:1.4     Sun Jul 30 05:55:34 2017
+++ pkgsrc/devel/py-test-xdist/Makefile Mon Aug 14 19:47:52 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/07/30 05:55:34 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/08/14 19:47:52 wiz Exp $
 
-DISTNAME=      pytest-xdist-1.18.2
+DISTNAME=      pytest-xdist-1.19.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}
@@ -13,6 +13,7 @@ LICENSE=      mit
 DEPENDS+=      ${PYPKGPREFIX}-execnet>=1.1:../../devel/py-execnet
 DEPENDS+=      ${PYPKGPREFIX}-py>=1.4.22:../../devel/py-py
 DEPENDS+=      ${PYPKGPREFIX}-test>=3.0.0:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-test-forked-[0-9]*:../../devel/py-test-forked
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 USE_LANGUAGES=         # none

Index: pkgsrc/devel/py-test-xdist/distinfo
diff -u pkgsrc/devel/py-test-xdist/distinfo:1.3 pkgsrc/devel/py-test-xdist/distinfo:1.4
--- pkgsrc/devel/py-test-xdist/distinfo:1.3     Sun Jul 30 05:55:34 2017
+++ pkgsrc/devel/py-test-xdist/distinfo Mon Aug 14 19:47:52 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/07/30 05:55:34 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/08/14 19:47:52 wiz Exp $
 
-SHA1 (pytest-xdist-1.18.2.tar.gz) = 30913b198df5d82b33a871390f03f8791f26e2f3
-RMD160 (pytest-xdist-1.18.2.tar.gz) = 011ef16ddd41364da8dc5296cffb944c9f1b5a72
-SHA512 (pytest-xdist-1.18.2.tar.gz) = 5653abaa4890b4e0132946353b632db8631f1d6b4981536d6ea70fff77bbe40766af69315b3e2d84aa26c5bf478b28b0d47d7850a0ca4bc58e6f67b846a24790
-Size (pytest-xdist-1.18.2.tar.gz) = 50139 bytes
+SHA1 (pytest-xdist-1.19.1.tar.gz) = fdc1216b71b85a03f34493ce8006881b28b40b16
+RMD160 (pytest-xdist-1.19.1.tar.gz) = a00db6672b63500638d7f1e3efd6c312d1f846d8
+SHA512 (pytest-xdist-1.19.1.tar.gz) = 632db18cc3b0a05ae3cbfc2d8f296f37449b5dfa0d7040ab81972500dd146b04078ac68dbfe275e1d43b507285d8845cda7236611521229518409cac5b9bd33d
+Size (pytest-xdist-1.19.1.tar.gz) = 55937 bytes



Home | Main Index | Thread Index | Old Index