pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test5 py-test5: updated to 5.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11f3d32f3551
branches:  trunk
changeset: 416425:11f3d32f3551
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Oct 25 09:35:13 2019 +0000

description:
py-test5: updated to 5.2.2

pytest 5.2.2:

Bug Fixes
- Fix ``--nf`` to not forget about known nodeids with partial test selection.
- Fix crash with ``KeyboardInterrupt`` during ``--setup-show``.
- Fixed issue when parametrizing fixtures with numpy arrays (and possibly other sequence-like types).
- Properly ignore ``FileNotFoundError`` exceptions when trying to remove old temporary directories,
  for instance when multiple processes try to remove the same directory (common with ``pytest-xdist``
  for example).

diffstat:

 devel/py-test5/Makefile |   4 ++--
 devel/py-test5/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e95a6dfe0d2e -r 11f3d32f3551 devel/py-test5/Makefile
--- a/devel/py-test5/Makefile   Fri Oct 25 09:34:08 2019 +0000
+++ b/devel/py-test5/Makefile   Fri Oct 25 09:35:13 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/10/22 18:39:38 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/10/25 09:35:13 adam Exp $
 
-DISTNAME=      pytest-5.2.1
+DISTNAME=      pytest-5.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r e95a6dfe0d2e -r 11f3d32f3551 devel/py-test5/distinfo
--- a/devel/py-test5/distinfo   Fri Oct 25 09:34:08 2019 +0000
+++ b/devel/py-test5/distinfo   Fri Oct 25 09:35:13 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/10/22 18:39:38 adam Exp $
+$NetBSD: distinfo,v 1.2 2019/10/25 09:35:13 adam Exp $
 
-SHA1 (pytest-5.2.1.tar.gz) = 1b9e04d78189b910e8bc4fc1aeecca0b4ce4aa00
-RMD160 (pytest-5.2.1.tar.gz) = 8f62e2d0ba5d733fc4330007adde05820f47307a
-SHA512 (pytest-5.2.1.tar.gz) = 0782f044640a0e1333abddcb269710d6acc13ee5b849b2763878b7803ba14491b18a220d43a0723bc5e3fac9705a1f925655044d0a958554496b9650f3b5871a
-Size (pytest-5.2.1.tar.gz) = 971744 bytes
+SHA1 (pytest-5.2.2.tar.gz) = 8220a9ac6eb15a6dbc093056b2d39305eff1d3d2
+RMD160 (pytest-5.2.2.tar.gz) = e24f37d1120d5dafc76df770d7d323edb95a4b55
+SHA512 (pytest-5.2.2.tar.gz) = c7beb885d7b5b089072d9b113add2f3d0cca794668f2f641e05f433e6c7023556e1d04f348e8b4510feb6236a1d44beb3f890884245c6d212e43553e39db0186
+Size (pytest-5.2.2.tar.gz) = 975772 bytes



Home | Main Index | Thread Index | Old Index