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: Mon Jun 30 20:09:32 UTC 2025
Modified Files:
pkgsrc/devel/py-test: Makefile distinfo
Log Message:
py-test: updated to 8.4.1
pytest 8.4.1 (2025-06-17)
Bug fixes
- Corrected ``_pytest.terminal.TerminalReporter.isatty`` to support
being called as a method. Before it was just a boolean which could
break correct code when using ``-o log_cli=true``).
- Reintroduced :class:`pytest.PytestReturnNotNoneWarning` which was removed by accident in pytest `8.4`.
This warning is raised when a test functions returns a value other than ``None``, which is often a mistake made by beginners.
See :ref:`return-not-none` for more information.
- Fixed compatibility with ``Twisted 25+``.
Improved documentation
- Fixed outdated warning about ``faulthandler`` not working on Windows.
To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.120 -r1.121 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.138 pkgsrc/devel/py-test/Makefile:1.139
--- pkgsrc/devel/py-test/Makefile:1.138 Fri Jun 13 08:57:02 2025
+++ pkgsrc/devel/py-test/Makefile Mon Jun 30 20:09:32 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.138 2025/06/13 08:57:02 adam Exp $
+# $NetBSD: Makefile,v 1.139 2025/06/30 20:09:32 adam Exp $
-DISTNAME= pytest-8.4.0
+DISTNAME= pytest-8.4.1
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.120 pkgsrc/devel/py-test/distinfo:1.121
--- pkgsrc/devel/py-test/distinfo:1.120 Fri Jun 13 08:57:02 2025
+++ pkgsrc/devel/py-test/distinfo Mon Jun 30 20:09:32 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.120 2025/06/13 08:57:02 adam Exp $
+$NetBSD: distinfo,v 1.121 2025/06/30 20:09:32 adam Exp $
-BLAKE2s (pytest-8.4.0.tar.gz) = 33572edd780103e2d1431fef7d2912f91a3b2934df024de2cbb5b569393e5748
-SHA512 (pytest-8.4.0.tar.gz) = aa4aff63e7a4c682322f231538d411b30f7d37335fc42efa8abe7824040278d0a546efaa51794ce2937da993f4972984aacbdad30f96a4d43fe9a3e23317c57a
-Size (pytest-8.4.0.tar.gz) = 1515232 bytes
+BLAKE2s (pytest-8.4.1.tar.gz) = e39af4df8eaff42b8a33d4459eb48825902fd9d7163b37c82a6c3a5bc58caa40
+SHA512 (pytest-8.4.1.tar.gz) = 1ed64a70e6b49f52364f4d08ca179a47bcd0a709c327c1666f6e5f909c723ce1e2ba56abe08cf1348f75c1fa447da71c4faac8e3e76adb0c563cf66267c8633a
+Size (pytest-8.4.1.tar.gz) = 1517714 bytes
Home |
Main Index |
Thread Index |
Old Index