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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9349c28f054
branches:  trunk
changeset: 397040:d9349c28f054
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jun 15 07:04:29 2019 +0000

description:
py-test-xdist: updated to 1.29.0

pytest-xdist 1.29.0:

Features
- --max-worker-restart now assumes a more reasonable value (4 times the number of
  nodes) when not given explicitly. This prevents test suites from running forever when the suite crashes during collection.

- When the test session is interrupted due to running out of workers, the reason is shown in the test summary
  for easier viewing.
- Compatibility fix for upcoming pytest 5.0: session.exitstatus is now an IntEnum object.

Bug Fixes
- No longer show an internal error when we run out of workers due to crashes.

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 12b030c094ad -r d9349c28f054 devel/py-test-xdist/Makefile
--- a/devel/py-test-xdist/Makefile      Sat Jun 15 06:55:51 2019 +0000
+++ b/devel/py-test-xdist/Makefile      Sat Jun 15 07:04:29 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2019/04/05 13:11:30 adam Exp $
+# $NetBSD: Makefile,v 1.23 2019/06/15 07:04:29 adam Exp $
 
-DISTNAME=      pytest-xdist-1.28.0
+DISTNAME=      pytest-xdist-1.29.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-xdist/}
diff -r 12b030c094ad -r d9349c28f054 devel/py-test-xdist/distinfo
--- a/devel/py-test-xdist/distinfo      Sat Jun 15 06:55:51 2019 +0000
+++ b/devel/py-test-xdist/distinfo      Sat Jun 15 07:04:29 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2019/04/05 13:11:30 adam Exp $
+$NetBSD: distinfo,v 1.22 2019/06/15 07:04:29 adam Exp $
 
-SHA1 (pytest-xdist-1.28.0.tar.gz) = 40b64d520e5df7537e3cdbd8fb37890b867dcfd1
-RMD160 (pytest-xdist-1.28.0.tar.gz) = fa05c1ce1fdbbf4cc3ce7fb53ba5ede54e899868
-SHA512 (pytest-xdist-1.28.0.tar.gz) = 89b8885103a944ae72535de40028db052f76631ade6f969489d3dc3a1a61a3233df6655d0905d9f5253f23740a15aea824b460c680e79c16f275b31cb2abd6ad
-Size (pytest-xdist-1.28.0.tar.gz) = 61486 bytes
+SHA1 (pytest-xdist-1.29.0.tar.gz) = 7ac94ca186ed88058b38caf9e0d4ae5642a39d6a
+RMD160 (pytest-xdist-1.29.0.tar.gz) = fcf0e76a48a3b102a1a40f90ed3894612ae673c2
+SHA512 (pytest-xdist-1.29.0.tar.gz) = b4d62d602cef103e69a42105c1455e52d67769b21c93f931831e577e7b5aa2e27d017a61634ebdde2be5a5db1a53453bb380d4b7d9e45f445320a9a2cb10a63c
+Size (pytest-xdist-1.29.0.tar.gz) = 61788 bytes



Home | Main Index | Thread Index | Old Index