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 Jun 23 06:00:45 UTC 2026
Modified Files:
pkgsrc/devel/py-test: Makefile PLIST distinfo
Log Message:
py-test: updated to 9.1.1
pytest 9.1.1 (2026-06-19)
Bug fixes
* Fixed a logic bug in pytest.RaisesGroup which would might cause it to display incorrect “It matches FooError() which was paired with BarError” messages.
* Fixed a regression in pytest 9.1.0 which caused overriding a parametrized fixture with an indirect @pytest.mark.parametrize to fail with “duplicate parametrization of ‘<fixture name>’”.
* Fixed list-item typing errors from mypy in @pytest.mark.parametrize argvalues parameter.
* Fixed a regression in pytest 9.1.0 where conftest.py files located in <invocation dir>/test* were no longer loaded as initial conftests when invoked without arguments. This could cause certain
hooks (like pytest_addoption) in these files to not fire.
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-test/PLIST
cvs rdiff -u -r1.126 -r1.127 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.144 pkgsrc/devel/py-test/Makefile:1.145
--- pkgsrc/devel/py-test/Makefile:1.144 Fri Apr 10 04:01:52 2026
+++ pkgsrc/devel/py-test/Makefile Tue Jun 23 06:00:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.144 2026/04/10 04:01:52 adam Exp $
+# $NetBSD: Makefile,v 1.145 2026/06/23 06:00:45 adam Exp $
-DISTNAME= pytest-9.0.3
+DISTNAME= pytest-9.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
@@ -26,6 +26,8 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-xmlschema-
USE_LANGUAGES= # none
USE_TOOLS+= bash:build
+PY_RENAME_BINARIES= py.test pytest
+
# as of 8.3.3
# 3621 passed, 112 skipped, 11 xfailed, 1 xpassed
@@ -35,11 +37,6 @@ DEPENDS+= ${PYPKGPREFIX}-exceptiongroup>
DEPENDS+= ${PYPKGPREFIX}-tomli>=1:../../textproc/py-tomli
.endif
-post-install:
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} py.test py.test-${PYVERSSUFFIX} && \
- ${MV} pytest pytest-${PYVERSSUFFIX} || ${TRUE}
-
.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test/PLIST
diff -u pkgsrc/devel/py-test/PLIST:1.30 pkgsrc/devel/py-test/PLIST:1.31
--- pkgsrc/devel/py-test/PLIST:1.30 Sun Dec 7 08:23:20 2025
+++ pkgsrc/devel/py-test/PLIST Tue Jun 23 06:00:45 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2025/12/07 08:23:20 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2026/06/23 06:00:45 adam Exp $
bin/py.test-${PYVERSSUFFIX}
bin/pytest-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -52,6 +52,30 @@ ${PYSITELIB}/_pytest/_version.pyo
${PYSITELIB}/_pytest/assertion/__init__.py
${PYSITELIB}/_pytest/assertion/__init__.pyc
${PYSITELIB}/_pytest/assertion/__init__.pyo
+${PYSITELIB}/_pytest/assertion/_compare_any.py
+${PYSITELIB}/_pytest/assertion/_compare_any.pyc
+${PYSITELIB}/_pytest/assertion/_compare_any.pyo
+${PYSITELIB}/_pytest/assertion/_compare_mapping.py
+${PYSITELIB}/_pytest/assertion/_compare_mapping.pyc
+${PYSITELIB}/_pytest/assertion/_compare_mapping.pyo
+${PYSITELIB}/_pytest/assertion/_compare_sequence.py
+${PYSITELIB}/_pytest/assertion/_compare_sequence.pyc
+${PYSITELIB}/_pytest/assertion/_compare_sequence.pyo
+${PYSITELIB}/_pytest/assertion/_compare_set.py
+${PYSITELIB}/_pytest/assertion/_compare_set.pyc
+${PYSITELIB}/_pytest/assertion/_compare_set.pyo
+${PYSITELIB}/_pytest/assertion/_guards.py
+${PYSITELIB}/_pytest/assertion/_guards.pyc
+${PYSITELIB}/_pytest/assertion/_guards.pyo
+${PYSITELIB}/_pytest/assertion/_typing.py
+${PYSITELIB}/_pytest/assertion/_typing.pyc
+${PYSITELIB}/_pytest/assertion/_typing.pyo
+${PYSITELIB}/_pytest/assertion/compare_text.py
+${PYSITELIB}/_pytest/assertion/compare_text.pyc
+${PYSITELIB}/_pytest/assertion/compare_text.pyo
+${PYSITELIB}/_pytest/assertion/highlight.py
+${PYSITELIB}/_pytest/assertion/highlight.pyc
+${PYSITELIB}/_pytest/assertion/highlight.pyo
${PYSITELIB}/_pytest/assertion/rewrite.py
${PYSITELIB}/_pytest/assertion/rewrite.pyc
${PYSITELIB}/_pytest/assertion/rewrite.pyo
@@ -76,9 +100,6 @@ ${PYSITELIB}/_pytest/config/__init__.pyo
${PYSITELIB}/_pytest/config/argparsing.py
${PYSITELIB}/_pytest/config/argparsing.pyc
${PYSITELIB}/_pytest/config/argparsing.pyo
-${PYSITELIB}/_pytest/config/compat.py
-${PYSITELIB}/_pytest/config/compat.pyc
-${PYSITELIB}/_pytest/config/compat.pyo
${PYSITELIB}/_pytest/config/exceptions.py
${PYSITELIB}/_pytest/config/exceptions.pyc
${PYSITELIB}/_pytest/config/exceptions.pyo
Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.126 pkgsrc/devel/py-test/distinfo:1.127
--- pkgsrc/devel/py-test/distinfo:1.126 Fri Apr 10 04:01:52 2026
+++ pkgsrc/devel/py-test/distinfo Tue Jun 23 06:00:45 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.126 2026/04/10 04:01:52 adam Exp $
+$NetBSD: distinfo,v 1.127 2026/06/23 06:00:45 adam Exp $
-BLAKE2s (pytest-9.0.3.tar.gz) = 1454a240ac78aa787651c5884975e04bdfea649af40167f514f5a88461ec8656
-SHA512 (pytest-9.0.3.tar.gz) = 228908e1f9718c418b5e118e7c49cb4b998b907982e277f29cdd13199383425cce9c7cee3275440bb1d0b0ae68b4a88443ef3400f506e9b787fc4d816bc47003
-Size (pytest-9.0.3.tar.gz) = 1572165 bytes
+BLAKE2s (pytest-9.1.1.tar.gz) = 6445854d6db530c18779b64fac6ac14fd7688eb5069eae9241eb5f38b75127bb
+SHA512 (pytest-9.1.1.tar.gz) = 10065997d09e8614ccf064b673e9dde8a4048eb0d701dd1e1e45b9b3751788d1060093aded2b180779852d981b3521b6d08e27fc86fb087b31933e55f57e8292
+Size (pytest-9.1.1.tar.gz) = 1636369 bytes
Home |
Main Index |
Thread Index |
Old Index