Accepting request 1226221 from devel:languages:python:pytest

- 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.

OBS-URL: https://build.opensuse.org/request/show/1226221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-rerunfailures?expand=0&rev=14
This commit is contained in:
Ana Guerrero 2024-11-26 19:55:22 +00:00 committed by Git OBS Bridge
commit 89564b3eac
4 changed files with 17 additions and 6 deletions

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

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d9ac7baf59f4c13ac730b47f6fa80e755d1ba0581da45ce30b72fb3542b4474
size 21816

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