forked from python-pytest/python-pytest
Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b634a46585 |
BIN
pytest-9.0.1.tar.gz
LFS
BIN
pytest-9.0.1.tar.gz
LFS
Binary file not shown.
BIN
pytest-9.0.2.tar.gz
LFS
Normal file
BIN
pytest-9.0.2.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -33,13 +33,13 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pytest%{psuffix}
|
||||
Version: 9.0.1
|
||||
Version: 9.0.2
|
||||
Release: 0
|
||||
Summary: Simple powerful testing with Python
|
||||
License: MIT
|
||||
URL: https://github.com/pytest-dev/pytest
|
||||
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 setuptools_scm >= 6}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
||||
Reference in New Issue
Block a user