pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test py-test: updated to 7.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98ad23d0d722
branches:  trunk
changeset: 377740:98ad23d0d722
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Apr 24 16:50:54 2022 +0000

description:
py-test: updated to 7.1.2

pytest 7.1.2

Bug Fixes

* An unnecessary numpy import inside pytest.approx() was removed.
* Fix comparison of dataclasses with InitVar.
* Increase stacklevel for the NODE_CTOR_FSPATH_ARG deprecation to point to the user’s code, not pytest.
* Fix a bizarre (and fortunately rare) bug where the temp_path fixture could raise an internal error while attempting to get the current user’s username.

diffstat:

 devel/py-test/Makefile |  4 ++--
 devel/py-test/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 48c706bcea4a -r 98ad23d0d722 devel/py-test/Makefile
--- a/devel/py-test/Makefile    Sun Apr 24 16:10:05 2022 +0000
+++ b/devel/py-test/Makefile    Sun Apr 24 16:50:54 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.107 2022/04/05 19:11:12 adam Exp $
+# $NetBSD: Makefile,v 1.108 2022/04/24 16:50:54 adam Exp $
 
-DISTNAME=      pytest-7.1.1
+DISTNAME=      pytest-7.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
diff -r 48c706bcea4a -r 98ad23d0d722 devel/py-test/distinfo
--- a/devel/py-test/distinfo    Sun Apr 24 16:10:05 2022 +0000
+++ b/devel/py-test/distinfo    Sun Apr 24 16:50:54 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.94 2022/04/05 19:11:12 adam Exp $
+$NetBSD: distinfo,v 1.95 2022/04/24 16:50:54 adam Exp $
 
-BLAKE2s (pytest-7.1.1.tar.gz) = 850cbe298f73c036500daf82e7234669b13336d2c21fcc63f2e653e72d08aa04
-SHA512 (pytest-7.1.1.tar.gz) = 53fd016f030ac0394ac686a3756fad05efca8363d6b93df04f90732efea7643cdbba9501dad6d9055d314fcaec0887674496d56986efeb73915976276bf0a700
-Size (pytest-7.1.1.tar.gz) = 1255528 bytes
+BLAKE2s (pytest-7.1.2.tar.gz) = 0a2526fe5bec32dc19ecf64b7b91b371a296610448c06faf8f2e6a9062f43975
+SHA512 (pytest-7.1.2.tar.gz) = e61c9b0a8fc053626da307d6bac1f5caab451c4948ef7c7f2e2f991c3433a55f81ec0d9412fca646c02f22e695c71e873ee48fc0ab0aad337ce01b70628df494
+Size (pytest-7.1.2.tar.gz) = 1256241 bytes


Home | Main Index | Thread Index | Old Index