pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Mar  7 18:58:03 UTC 2023

Modified Files:
        pkgsrc/devel/py-test: Makefile distinfo

Log Message:
py-test: updated to 7.2.2

pytest 7.2.2 (2023-03-03)

Bug Fixes
---------
- Fixed :func:`pytest.approx` handling of dictionaries containing one or more values of `0.0`.
- Fixed crash if `--cache-show` and `--help` are passed at the same time.
- Fixed bug where a fixture method named ``teardown`` would be called as part of ``nose`` teardown stage.
- Fixed crash if ``--fixtures`` and ``--help`` are passed at the same time.
- Fixed :py:func:`pytest.raises` to return a 'ContextManager' so that type-checkers could narrow
  :code:`pytest.raises(...) if ... else nullcontext()` down to 'ContextManager' rather than 'object'.

Improved Documentation
----------------------
- Added `CI` and `BUILD_NUMBER` environment variables to the documentation.
- Fixed entry-points declaration in the documentation example using Hatch.
- Changed wording of the module level skip to be very explicit
  about not collecting tests and not executing the rest of the module.


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.98 -r1.99 pkgsrc/devel/py-test/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-test/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.111 pkgsrc/devel/py-test/Makefile:1.112
--- pkgsrc/devel/py-test/Makefile:1.111 Mon Jan 16 14:29:26 2023
+++ pkgsrc/devel/py-test/Makefile       Tue Mar  7 18:58:03 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2023/01/16 14:29:26 adam Exp $
+# $NetBSD: Makefile,v 1.112 2023/03/07 18:58:03 adam Exp $
 
-DISTNAME=      pytest-7.2.1
+DISTNAME=      pytest-7.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.98 pkgsrc/devel/py-test/distinfo:1.99
--- pkgsrc/devel/py-test/distinfo:1.98  Mon Jan 16 14:29:26 2023
+++ pkgsrc/devel/py-test/distinfo       Tue Mar  7 18:58:03 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.98 2023/01/16 14:29:26 adam Exp $
+$NetBSD: distinfo,v 1.99 2023/03/07 18:58:03 adam Exp $
 
-BLAKE2s (pytest-7.2.1.tar.gz) = 2f50e73424e17f82792d779170244b5883b0884d9ea6235097bfb69889f1c2e5
-SHA512 (pytest-7.2.1.tar.gz) = 3f09ccda91c0f14156cf558abde880279838d1a61c8f7e7138ea9fcd59be0577234da2f30410959641fd5a17490c713c0008ce2ed4b4c57196267fca69714061
-Size (pytest-7.2.1.tar.gz) = 1301901 bytes
+BLAKE2s (pytest-7.2.2.tar.gz) = c77b7ef8bd13f1148fbcf3876616fef5cd95c8b1d0749bc7db3be833312ddc73
+SHA512 (pytest-7.2.2.tar.gz) = 100e06a9eeb9f3f5fc4f61ab10cd83a80280dc411fddde9361f101b77e69f8600d2f4846f8611a47f441724cf8ffe6bc2cae4b75703f9b48cacf0eee83eaf3b3
+Size (pytest-7.2.2.tar.gz) = 1320028 bytes



Home | Main Index | Thread Index | Old Index