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:           Sun Dec  7 08:23:20 UTC 2025

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

Log Message:
py-test: updated to 9.0.2

9.0.2

Bug fixes

The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.
You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.
The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be 
deprecated in pytest 9.1 and removed in pytest 10.
Fixed quadratic-time behavior when handling unittest subtests in Python 3.10.

Improved documentation

The API Reference now contains cross-reference-able documentation of pytest’s command-line flags.


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-test/PLIST
cvs rdiff -u -r1.124 -r1.125 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.142 pkgsrc/devel/py-test/Makefile:1.143
--- pkgsrc/devel/py-test/Makefile:1.142 Wed Nov 12 13:50:20 2025
+++ pkgsrc/devel/py-test/Makefile       Sun Dec  7 08:23:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.142 2025/11/12 13:50:20 adam Exp $
+# $NetBSD: Makefile,v 1.143 2025/12/07 08:23:20 adam Exp $
 
-DISTNAME=      pytest-9.0.1
+DISTNAME=      pytest-9.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test/PLIST
diff -u pkgsrc/devel/py-test/PLIST:1.29 pkgsrc/devel/py-test/PLIST:1.30
--- pkgsrc/devel/py-test/PLIST:1.29     Wed Nov 12 08:59:32 2025
+++ pkgsrc/devel/py-test/PLIST  Sun Dec  7 08:23:20 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.29 2025/11/12 08:59:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.30 2025/12/07 08:23:20 adam Exp $
 bin/py.test-${PYVERSSUFFIX}
 bin/pytest-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -194,6 +194,9 @@ ${PYSITELIB}/_pytest/subtests.pyo
 ${PYSITELIB}/_pytest/terminal.py
 ${PYSITELIB}/_pytest/terminal.pyc
 ${PYSITELIB}/_pytest/terminal.pyo
+${PYSITELIB}/_pytest/terminalprogress.py
+${PYSITELIB}/_pytest/terminalprogress.pyc
+${PYSITELIB}/_pytest/terminalprogress.pyo
 ${PYSITELIB}/_pytest/threadexception.py
 ${PYSITELIB}/_pytest/threadexception.pyc
 ${PYSITELIB}/_pytest/threadexception.pyo

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.124 pkgsrc/devel/py-test/distinfo:1.125
--- pkgsrc/devel/py-test/distinfo:1.124 Wed Nov 12 13:50:20 2025
+++ pkgsrc/devel/py-test/distinfo       Sun Dec  7 08:23:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.124 2025/11/12 13:50:20 adam Exp $
+$NetBSD: distinfo,v 1.125 2025/12/07 08:23:20 adam Exp $
 
-BLAKE2s (pytest-9.0.1.tar.gz) = 3e9cb6a5ced263527a0babd5e8c64c6924f070ce20d3996ab1425f512479bd23
-SHA512 (pytest-9.0.1.tar.gz) = 1cc2fe1eff97bf00f4b194da0dc8bd9976a27206b0b761b6a55503065a978f03d256aaf6b7a4c80aab08f09668cf120e80867f33a7d6fd2f09caa34226841671
-Size (pytest-9.0.1.tar.gz) = 1564125 bytes
+BLAKE2s (pytest-9.0.2.tar.gz) = fa471b910e2ac447165f09ddf08dce7f91d1c2281ccfdb8424b39c380b40c12f
+SHA512 (pytest-9.0.2.tar.gz) = 4f8177b30e39a644763d3e37a78d28d2e8b40e47a834862096571255279adfde22278d27801e36e366cc49e7ab59c38a0f4597b9f5b4c3e45912bd046ef214c9
+Size (pytest-9.0.2.tar.gz) = 1568901 bytes



Home | Main Index | Thread Index | Old Index