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: Fri Sep 2 14:47:15 UTC 2022
Modified Files:
pkgsrc/devel/py-test: Makefile distinfo
Log Message:
py-test: updated to 7.1.3
pytest 7.1.3 (2022-08-31)
Bug Fixes
---------
- When running with ``--pdb``, ``TestCase.tearDown`` is no longer called for tests when the *class* has been skipped via ``unittest.skip`` or ``pytest.mark.skip``.
- Invalid XML characters in setup or teardown error messages are now properly escaped for JUnit XML reports.
- Ignore ``.py`` files created by ``pyproject.toml``-based editable builds introduced in `pip 21.3 <https://pip.pypa.io/en/stable/news/#v21-3>`__.
- Doctests now respect the ``--import-mode`` flag.
- Type-annotate ``FixtureRequest.param`` as ``Any`` as a stop gap measure until :issue:`8073` is fixed.
- Fixed a path handling code in ``rewrite.py`` that seems to work fine, but was incorrect and fails in some systems.
- Fixed string representation for :func:`pytest.approx` when used to compare tuples.
Improved Documentation
----------------------
- Explicit note that :fixture:`tmpdir` fixture is discouraged in favour of :fixture:`tmp_path`.
Trivial/Internal Changes
------------------------
- Replace `atomicwrites <https://github.com/untitaker/python-atomicwrites>`__ dependency on windows with `os.replace`.
To generate a diff of this commit:
cvs rdiff -u -r1.108 -r1.109 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.95 -r1.96 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.108 pkgsrc/devel/py-test/Makefile:1.109
--- pkgsrc/devel/py-test/Makefile:1.108 Sun Apr 24 16:50:54 2022
+++ pkgsrc/devel/py-test/Makefile Fri Sep 2 14:47:15 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.108 2022/04/24 16:50:54 adam Exp $
+# $NetBSD: Makefile,v 1.109 2022/09/02 14:47:15 adam Exp $
-DISTNAME= pytest-7.1.2
+DISTNAME= pytest-7.1.3
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.95 pkgsrc/devel/py-test/distinfo:1.96
--- pkgsrc/devel/py-test/distinfo:1.95 Sun Apr 24 16:50:54 2022
+++ pkgsrc/devel/py-test/distinfo Fri Sep 2 14:47:15 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.95 2022/04/24 16:50:54 adam Exp $
+$NetBSD: distinfo,v 1.96 2022/09/02 14:47:15 adam Exp $
-BLAKE2s (pytest-7.1.2.tar.gz) = 0a2526fe5bec32dc19ecf64b7b91b371a296610448c06faf8f2e6a9062f43975
-SHA512 (pytest-7.1.2.tar.gz) = e61c9b0a8fc053626da307d6bac1f5caab451c4948ef7c7f2e2f991c3433a55f81ec0d9412fca646c02f22e695c71e873ee48fc0ab0aad337ce01b70628df494
-Size (pytest-7.1.2.tar.gz) = 1256241 bytes
+BLAKE2s (pytest-7.1.3.tar.gz) = f703c39c484005c4a2acaa5285efbf150acddde4cdc987653b48e9e84c19fef5
+SHA512 (pytest-7.1.3.tar.gz) = 07a6b30fc90776dcd59972e2e4fc03ba02270bf1460faba765bfcf8b04888797be15a16a2ae947d97eb523250be200297d8a442870b3b6d56ae776b28fd18dce
+Size (pytest-7.1.3.tar.gz) = 1257801 bytes
Home |
Main Index |
Thread Index |
Old Index