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 Sep 10 12:36:15 UTC 2024

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

Log Message:
py-test: updated to 8.3.3

pytest 8.3.3 (2024-09-09)

Bug fixes

- Avoid calling ``@property`` (and other instance descriptors) during fixture discovery
- Fixed the issue of not displaying assertion failure differences when using the parameter ``--import-mode=importlib`` in pytest>=8.1.
- Fixed a regression where type change in `ExceptionInfo.errisinstance` caused `mypy` to fail.
- Fixed typing compatibility with Python 3.9 or less -- replaced `typing.Self` with `typing_extensions.Self`
- Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.
- Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in ``assert condition, msg``).
- Fix bug where disabling the terminal plugin via ``-p no:terminal`` would cause crashes related to missing the ``verbose`` option.

Improved documentation

- Clarify that the `pytest_deselected` hook should be called from `pytest_collection_modifyitems` hook implementations when items are deselected.
- Remove erroneous quotes from `tmp_path_retention_policy` example in docs.

Miscellaneous internal changes

- Fix typos discovered by codespell and add codespell to pre-commit hooks.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.116 -r1.117 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.131 pkgsrc/devel/py-test/Makefile:1.132
--- pkgsrc/devel/py-test/Makefile:1.131 Wed Jul 31 08:08:29 2024
+++ pkgsrc/devel/py-test/Makefile       Tue Sep 10 12:36:15 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.131 2024/07/31 08:08:29 adam Exp $
+# $NetBSD: Makefile,v 1.132 2024/09/10 12:36:15 adam Exp $
 
-DISTNAME=      pytest-8.3.2
+DISTNAME=      pytest-8.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
@@ -28,8 +28,6 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-xmlschema-
 USE_LANGUAGES= # none
 USE_TOOLS+=    bash:build
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-exceptiongroup>=1.0.0:../../devel/py-exceptiongroup

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.116 pkgsrc/devel/py-test/distinfo:1.117
--- pkgsrc/devel/py-test/distinfo:1.116 Wed Jul 31 08:08:29 2024
+++ pkgsrc/devel/py-test/distinfo       Tue Sep 10 12:36:15 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.116 2024/07/31 08:08:29 adam Exp $
+$NetBSD: distinfo,v 1.117 2024/09/10 12:36:15 adam Exp $
 
-BLAKE2s (pytest-8.3.2.tar.gz) = 5934cc46d95f3483320dec7332aa2a1b1433683e4e911c285b95e63a6a45a0fc
-SHA512 (pytest-8.3.2.tar.gz) = df4df6603f89658c1d814e209ec71a29606b2c015e58f139e3154b2092b08d369d4660401ed0ea9f04c3c6cdc86357a5279ad01e102a3b81e2cbf6e1572ca007
-Size (pytest-8.3.2.tar.gz) = 1439314 bytes
+BLAKE2s (pytest-8.3.3.tar.gz) = 722ec372e418299aac4f77a68fd8075ba40cce6e38ae39050eee94c1fecbbd1f
+SHA512 (pytest-8.3.3.tar.gz) = 7cdf76e33f20b1b2323de7341c203caa8d7b5505b5e774c55c6e30876e5b6f1405e12d54e7f1f0a1b15dbc0392bd83c7bb1928d25f06db3a15498c9d4cb4658b
+Size (pytest-8.3.3.tar.gz) = 1442487 bytes



Home | Main Index | Thread Index | Old Index