forked from pool/python-pytest-rerunfailures
Compare commits
14 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 89564b3eac | |||
| cd59675099 | |||
| 8c52facf79 | |||
| 5f5d38d57c | |||
| fb1c18bfa7 | |||
| 1487558cea | |||
| 762ee5c416 | |||
| ad7b31321e | |||
| aa34760ce1 | |||
| 37c195ff50 | |||
| 9638ec3dce | |||
| 37a15f2475 | |||
| ac654592be | |||
|
|
4392f3c2d9 |
BIN
pytest-rerunfailures-14.0.tar.gz
LFS
BIN
pytest-rerunfailures-14.0.tar.gz
LFS
Binary file not shown.
BIN
pytest-rerunfailures-15.0.tar.gz
LFS
Normal file
BIN
pytest-rerunfailures-15.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
||||
@@ -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