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.34.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f4864df76a64
branches:  trunk
changeset: 436228:f4864df76a64
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 29 14:36:47 2020 +0000

description:
py-test-xdist: updated to 1.34.0

pytest-xdist 1.34.0
===================

Features
--------
- Make ``--pdb`` imply ``--dist no``, as the two options cannot really work together at the moment.

Bug Fixes
---------
- Fix regression with duplicated arguments via $PYTEST_ADDOPTS in 1.30.0.
- Fix ``rsyncdirs`` usage with pytest 6.0.
- Do not trigger the deprecated ``pytest_warning_captured`` in pytest 6.0+.

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 05c207362b2e -r f4864df76a64 devel/py-test-xdist/Makefile
--- a/devel/py-test-xdist/Makefile      Wed Jul 29 14:34:18 2020 +0000
+++ b/devel/py-test-xdist/Makefile      Wed Jul 29 14:36:47 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2020/07/10 10:22:43 adam Exp $
+# $NetBSD: Makefile,v 1.29 2020/07/29 14:36:47 adam Exp $
 
-DISTNAME=      pytest-xdist-1.33.0
+DISTNAME=      pytest-xdist-1.34.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}
diff -r 05c207362b2e -r f4864df76a64 devel/py-test-xdist/distinfo
--- a/devel/py-test-xdist/distinfo      Wed Jul 29 14:34:18 2020 +0000
+++ b/devel/py-test-xdist/distinfo      Wed Jul 29 14:36:47 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2020/07/10 10:22:43 adam Exp $
+$NetBSD: distinfo,v 1.27 2020/07/29 14:36:47 adam Exp $
 
-SHA1 (pytest-xdist-1.33.0.tar.gz) = b49f3563f65ad71c81a0204982c36412efdb3152
-RMD160 (pytest-xdist-1.33.0.tar.gz) = 70a45f3065e56573371f381a0f994bfc1e923f6e
-SHA512 (pytest-xdist-1.33.0.tar.gz) = 5e5b23e60b546779d4bbcc9b86c004bdb084689ba006c8bb8a7db9be60b6080f04a5bb2b1f5b43a5062b82e35493331d1da699d8a36177307280b06aa23a1367
-Size (pytest-xdist-1.33.0.tar.gz) = 65588 bytes
+SHA1 (pytest-xdist-1.34.0.tar.gz) = 1a21d930c43d9b163a99d560e7169d0d4b6f88a1
+RMD160 (pytest-xdist-1.34.0.tar.gz) = 035f6bfa33e2225fc4d4bdde5b21c02e7314e22f
+SHA512 (pytest-xdist-1.34.0.tar.gz) = 69e9877ee0268d71d7c0ca202ccc46b3ba1a9271f0e6e4ac4b76602833f9b7012364eb6924ae994e76c1d48d63adf1702d4c5e6ed5b75c52ac7ebae958210e24
+Size (pytest-xdist-1.34.0.tar.gz) = 66151 bytes



Home | Main Index | Thread Index | Old Index