forked from pool/python-pytest-rerunfailures
- 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/package/show/devel:languages:python:pytest/python-pytest-rerunfailures?expand=0&rev=29
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user