- Update to 9.0.3

* Fixed pytest.approx() which now correctly takes into account Mapping keys
    order to compare them.
  * Blocking a conftest.py file using the -p no: option is now explicitly
    disallowed.
  * Fixed crash when a test raises an exceptiongroup with
    __tracebackhide__ = True.
  * Fixed an issue where non-string messages passed to
    unittest.TestCase.subTest() were not printed.
  * Fixed use of insecure temporary directory (CVE-2025-71176).
This commit is contained in:
2026-04-29 11:10:26 +10:00
parent b634a46585
commit 55fb456b8d
4 changed files with 18 additions and 4 deletions
+14
View File
@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Apr 29 01:10:14 UTC 2026 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 9.0.3:
* Fixed pytest.approx() which now correctly takes into account Mapping keys
order to compare them.
* Blocking a conftest.py file using the -p no: option is now explicitly
disallowed.
* Fixed crash when a test raises an exceptiongroup with
__tracebackhide__ = True.
* Fixed an issue where non-string messages passed to
unittest.TestCase.subTest() were not printed.
* Fixed use of insecure temporary directory (CVE-2025-71176).
-------------------------------------------------------------------
Mon Dec 15 04:40:01 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
+1 -1
View File
@@ -33,7 +33,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest%{psuffix}
Version: 9.0.2
Version: 9.0.3
Release: 0
Summary: Simple powerful testing with Python
License: MIT
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.