diff --git a/pytest-rerunfailures-11.1.2.tar.gz b/pytest-rerunfailures-11.1.2.tar.gz deleted file mode 100644 index 8ee03ff..0000000 --- a/pytest-rerunfailures-11.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55611661e873f1cafa384c82f08d07883954f4b76435f4b8a5b470c1954573de -size 17234 diff --git a/pytest-rerunfailures-12.0.tar.gz b/pytest-rerunfailures-12.0.tar.gz new file mode 100644 index 0000000..22b5585 --- /dev/null +++ b/pytest-rerunfailures-12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784f462fa87fe9bdf781d0027d856b47a4bfe6c12af108f6bd887057a917b48e +size 21154 diff --git a/python-pytest-rerunfailures.changes b/python-pytest-rerunfailures.changes index e7a1412..08775ca 100644 --- a/python-pytest-rerunfailures.changes +++ b/python-pytest-rerunfailures.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jul 24 19:55:40 UTC 2023 - Dirk Müller + +- update to 12.0: + * Drop support for pytest < 6.2. + * Add ``only_rerun`` and ``rerun_except`` arguments to + ``@pytest.mark.flaky`` marker. + * Add support for pytest 7.3, 7.4. + * Failures are now rerun only if they match at least one + ``--only-rerun`` pattern (if given) and none of the + ``--rerun-except`` patterns. Previously, using both + ``--only-rerun`` and ``--rerun-except`` together + could cause failures to be rerun even if they did not + match any ``--only-rerun`` pattern, and when using + multiple ``--rerun-except`` patterns, all failures + would be rerun unless they matched every pattern. + ------------------------------------------------------------------- Tue May 9 21:10:26 UTC 2023 - Dirk Müller diff --git a/python-pytest-rerunfailures.spec b/python-pytest-rerunfailures.spec index 23ada3d..3b40ba8 100644 --- a/python-pytest-rerunfailures.spec +++ b/python-pytest-rerunfailures.spec @@ -16,11 +16,9 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-pytest-rerunfailures -Version: 11.1.2 +Version: 12.0 Release: 0 Summary: A pytest plugin to re-run tests License: MPL-2.0 @@ -30,7 +28,7 @@ BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools >= 40.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-pytest >= 6.0 +Requires: python-pytest >= 6.2 Requires: python-setuptools >= 40.0 BuildArch: noarch # SECTION test requirements