Sync from SUSE:SLFO:Main python-pytest-rerunfailures revision da39a51bf3d09212c4c287992ddeb5d8

This commit is contained in:
2025-05-17 15:59:34 +02:00
parent 1a7898e362
commit 76a4dbb522
4 changed files with 17 additions and 6 deletions

BIN
pytest-rerunfailures-14.0.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
pytest-rerunfailures-15.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 25 09:07:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 15.0:
* Drop support for Python 3.8.
* Drop support for pytest < 7.4.
* Fix compatibility with pytest 8.2.
* Add support for pytest 8.2, 8.3.
* Add --fail-on-flaky option to fail the test run with custom
exit code when test passed on rerun.
-------------------------------------------------------------------
Tue May 7 03:12:25 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-rerunfailures
Version: 14.0
Version: 15.0
Release: 0
Summary: A pytest plugin to re-run tests
License: MPL-2.0
@@ -31,10 +31,10 @@ BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-packaging >= 17.1
Requires: python-pytest >= 7.2
Requires: python-pytest >= 7.4
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest >= 7.2}
BuildRequires: %{python_module pytest >= 7.4}
BuildRequires: %{python_module pytest-xdist}
# /SECTION
%python_subpackages