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:           Wed Nov 12 08:59:32 UTC 2025

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

Log Message:
py-test: updated to 9.0.0

pytest 9.0.0

New features
- Support for subtests has been added.
- Added support for native TOML configuration files.
- Added a “strict mode” enabled by the strict configuration option.
- Added the strict_parametrization_ids configuration option.
- Added support for displaying test session progress in the terminal tab using the OSC 9;4; ANSI sequence.
- Support PEP420 (implicit namespace packages) as --pyargs target when consider_namespace_packages is true in the config.
- Added a new faulthandler_exit_on_timeout configuration option set to “false” by default to let faulthandler interrupt the pytest process after a timeout in case of deadlock.
- Added support for configuration option aliases via the aliases parameter in Parser.addini().

https://docs.pytest.org/en/stable/changelog.html


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-test/PLIST
cvs rdiff -u -r1.122 -r1.123 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.140 pkgsrc/devel/py-test/Makefile:1.141
--- pkgsrc/devel/py-test/Makefile:1.140 Fri Sep  5 05:36:06 2025
+++ pkgsrc/devel/py-test/Makefile       Wed Nov 12 08:59:32 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.140 2025/09/05 05:36:06 adam Exp $
+# $NetBSD: Makefile,v 1.141 2025/11/12 08:59:32 adam Exp $
 
-DISTNAME=      pytest-8.4.2
+DISTNAME=      pytest-9.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
@@ -12,8 +12,8 @@ LICENSE=      mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2.3:../../devel/py-setuptools_scm
-DEPENDS+=      ${PYPKGPREFIX}-iniconfig>=1:../../devel/py-iniconfig
-DEPENDS+=      ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-iniconfig>=1.0.1:../../devel/py-iniconfig
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=22:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-pluggy>=1.5:../../devel/py-pluggy
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.7.2:../../textproc/py-pygments
 TEST_DEPENDS+= ${PYPKGPREFIX}-argcomplete-[0-9]*:../../devel/py-argcomplete

Index: pkgsrc/devel/py-test/PLIST
diff -u pkgsrc/devel/py-test/PLIST:1.28 pkgsrc/devel/py-test/PLIST:1.29
--- pkgsrc/devel/py-test/PLIST:1.28     Fri Jun 13 08:57:02 2025
+++ pkgsrc/devel/py-test/PLIST  Wed Nov 12 08:59:32 2025
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.28 2025/06/13 08:57:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.29 2025/11/12 08:59:32 adam Exp $
 bin/py.test-${PYVERSSUFFIX}
 bin/pytest-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS
 ${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/_pytest/__init__.py
@@ -189,6 +188,9 @@ ${PYSITELIB}/_pytest/stash.pyo
 ${PYSITELIB}/_pytest/stepwise.py
 ${PYSITELIB}/_pytest/stepwise.pyc
 ${PYSITELIB}/_pytest/stepwise.pyo
+${PYSITELIB}/_pytest/subtests.py
+${PYSITELIB}/_pytest/subtests.pyc
+${PYSITELIB}/_pytest/subtests.pyo
 ${PYSITELIB}/_pytest/terminal.py
 ${PYSITELIB}/_pytest/terminal.pyc
 ${PYSITELIB}/_pytest/terminal.pyo

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.122 pkgsrc/devel/py-test/distinfo:1.123
--- pkgsrc/devel/py-test/distinfo:1.122 Fri Sep  5 05:36:06 2025
+++ pkgsrc/devel/py-test/distinfo       Wed Nov 12 08:59:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.122 2025/09/05 05:36:06 adam Exp $
+$NetBSD: distinfo,v 1.123 2025/11/12 08:59:32 adam Exp $
 
-BLAKE2s (pytest-8.4.2.tar.gz) = 0197d65cb19787b58d3a081974ab22e97139f83430c051b635f7dfe490fbf17a
-SHA512 (pytest-8.4.2.tar.gz) = a6732666e7b59b2c28b47b1020a8381d31073cf9113086c562295429fddfa6b4ef2afda3cdcce0ec60bf60d038ad2bf8e921a2a409f3d56e31d94ca39e5ea81b
-Size (pytest-8.4.2.tar.gz) = 1519618 bytes
+BLAKE2s (pytest-9.0.0.tar.gz) = 6d604ca86b85381d95c271ec45819686e7e7f61e9f4e04875efbf94cbd16df00
+SHA512 (pytest-9.0.0.tar.gz) = aea3b1187eb0792d32b706afc9b5042c047b786460d08c286fa2ff25ba76a073cdbaaaa1b068e2633059822fe735806ef61dcb6cfda9df033d5826018c3493bc
+Size (pytest-9.0.0.tar.gz) = 1562764 bytes



Home | Main Index | Thread Index | Old Index