diff options
author | adam <adam@pkgsrc.org> | 2017-08-22 08:04:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-08-22 08:04:29 +0000 |
commit | 7239148513394d0aba803b04b7c7508579c55e03 (patch) | |
tree | c4d8969b2a832bdaedd98d6190097cea40043118 | |
parent | 76c0b7df7a55b812514f5b799892f1de02274d70 (diff) | |
download | pkgsrc-7239148513394d0aba803b04b7c7508579c55e03.tar.gz |
1.20.0:
Features
- ``xdist`` now supports tests to log results multiple times, improving
integration with plugins which require it like `pytest-rerunfailures
<https://github.com/gocept/pytest-rerunfailures>_` and `flaky
<https://pypi.python.org/pypi/flaky>`_.
Bug Fixes
- Fix issue where tests were being incorrectly identified if a worker crashed
during the ``teardown`` stage of the test.
-rw-r--r-- | devel/py-test-xdist/Makefile | 4 | ||||
-rw-r--r-- | devel/py-test-xdist/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-test-xdist/Makefile b/devel/py-test-xdist/Makefile index 295f0a1276e..c73cce52294 100644 --- a/devel/py-test-xdist/Makefile +++ b/devel/py-test-xdist/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2017/08/14 19:47:52 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2017/08/22 08:04:29 adam Exp $ -DISTNAME= pytest-xdist-1.19.1 +DISTNAME= pytest-xdist-1.20.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-xdist/} diff --git a/devel/py-test-xdist/distinfo b/devel/py-test-xdist/distinfo index e37f9cc738f..af491fa6388 100644 --- a/devel/py-test-xdist/distinfo +++ b/devel/py-test-xdist/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2017/08/14 19:47:52 wiz Exp $ +$NetBSD: distinfo,v 1.5 2017/08/22 08:04:29 adam Exp $ -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 +SHA1 (pytest-xdist-1.20.0.tar.gz) = 014f384ca1b7afd385e1bce5fad8b30840ceaca7 +RMD160 (pytest-xdist-1.20.0.tar.gz) = 97180bdf2470c4bd47bd54c03ddf4d12be8cde5e +SHA512 (pytest-xdist-1.20.0.tar.gz) = e91fa6fa2f3130d38d674f62e6332581b88b43d7a63562701edf705de1b8a633b6b2011a6fa5fcece955181f6cf263a8ca7481c5e5f9f1d56ce198327f7dd30a +Size (pytest-xdist-1.20.0.tar.gz) = 56578 bytes |