Compare commits
No commits in common. "89564b3eaca1436723b35ff512e28fa4e3ec65cd7ee3ecf343136f9d0f54291f" and "8c52facf793126be4d9c28195d0c1473ee6b38b7aeb9b1b9cdd5876b707706f0" have entirely different histories.
89564b3eac
...
8c52facf79
BIN
pytest-rerunfailures-14.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pytest-rerunfailures-14.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d9ac7baf59f4c13ac730b47f6fa80e755d1ba0581da45ce30b72fb3542b4474
|
||||
size 21816
|
@ -1,14 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
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: 15.0
|
||||
Version: 14.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.4
|
||||
Requires: python-pytest >= 7.2
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest >= 7.4}
|
||||
BuildRequires: %{python_module pytest >= 7.2}
|
||||
BuildRequires: %{python_module pytest-xdist}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
Loading…
x
Reference in New Issue
Block a user