1 Commits
main ... main

Author SHA256 Message Date
b634a46585 - Update to 9.0.2
* The terminal progress feature added in pytest 9.0.0 has been disabled by
    default, except on Windows.
  * Fixed the TOML type of the tmp_path_retention_count settings in the API
    reference from number to string.
  * The private config.inicfg attribute was changed in a breaking manner in
    pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to
    working order using a compatibility shim.
  * Fixed quadratic-time behavior when handling unittest subtests in Python
    3.10.
2025-12-15 15:40:10 +11:00
4 changed files with 19 additions and 5 deletions

Binary file not shown.

BIN
pytest-9.0.2.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Dec 15 04:40:01 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 9.0.2:
* The terminal progress feature added in pytest 9.0.0 has been disabled by
default, except on Windows.
* Fixed the TOML type of the tmp_path_retention_count settings in the API
reference from number to string.
* The private config.inicfg attribute was changed in a breaking manner in
pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to
working order using a compatibility shim.
* Fixed quadratic-time behavior when handling unittest subtests in Python
3.10.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 25 04:50:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com> Tue Nov 25 04:50:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -33,13 +33,13 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pytest%{psuffix} Name: python-pytest%{psuffix}
Version: 9.0.1 Version: 9.0.2
Release: 0 Release: 0
Summary: Simple powerful testing with Python Summary: Simple powerful testing with Python
License: MIT License: MIT
URL: https://github.com/pytest-dev/pytest URL: https://github.com/pytest-dev/pytest
Source: https://files.pythonhosted.org/packages/source/p/pytest/pytest-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/p/pytest/pytest-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module base >= 3.10}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools_scm >= 6} BuildRequires: %{python_module setuptools_scm >= 6}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}