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 Dec  2 08:10:01 UTC 2024

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

Log Message:
py-test: updated to 8.3.4

pytest 8.3.4 (2024-12-01)

Bug fixes

- Fixed :class:`KeyError` crash when using ``--import-mode=importlib`` in a directory layout where a directory contains a child directory with the same name.
- Assertion rewriting now preserves the source ranges of the original instructions, making it play well with tools that deal with the ``AST``, like `executing 
<https://github.com/alexmojaki/executing>`__.
- ANSI escape codes for colored output now handled correctly in :func:`pytest.fail` with `pytrace=False`.
- :func:`pytest.approx` now uses strict equality when given booleans.

Improved documentation

- Fix ambiguous docstring of :func:`pytest.Config.getoption`.
- Improve documentation on the current handling of the ``--basetemp`` option and its lack of retention functionality (:ref:`temporary directory location and retention`).
- Improved cross-references concerning the :fixture:`recwarn` fixture.
- Clarify :ref:`filterwarnings` docs on filter precedence/order when using multiple :ref:`@pytest.mark.filterwarnings <pytest.mark.filterwarnings ref>` marks.

Contributor-facing changes

- Fixed two failing pdb-related tests on Python 3.13.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.117 -r1.118 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.134 pkgsrc/devel/py-test/Makefile:1.135
--- pkgsrc/devel/py-test/Makefile:1.134 Mon Nov 11 07:28:24 2024
+++ pkgsrc/devel/py-test/Makefile       Mon Dec  2 08:10:01 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.134 2024/11/11 07:28:24 wiz Exp $
+# $NetBSD: Makefile,v 1.135 2024/12/02 08:10:01 adam Exp $
 
-DISTNAME=      pytest-8.3.3
+DISTNAME=      pytest-8.3.4
 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.117 pkgsrc/devel/py-test/distinfo:1.118
--- pkgsrc/devel/py-test/distinfo:1.117 Tue Sep 10 12:36:15 2024
+++ pkgsrc/devel/py-test/distinfo       Mon Dec  2 08:10:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.117 2024/09/10 12:36:15 adam Exp $
+$NetBSD: distinfo,v 1.118 2024/12/02 08:10:01 adam Exp $
 
-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
+BLAKE2s (pytest-8.3.4.tar.gz) = 3ec16c0532ae48f9238262f5029c376850fc49535ea8d3678d88166eb3826625
+SHA512 (pytest-8.3.4.tar.gz) = e11034864dc6dcc2d0297658b9e01e5717c7d878aa64d5020474ffc784287046ffa60e5c1ddb814f2a870401ec997c574933144cc0d925360e1e595312179b15
+Size (pytest-8.3.4.tar.gz) = 1445919 bytes



Home | Main Index | Thread Index | Old Index