Accepting request 1158431 from devel:languages:python:pytest

- update to 14.0:
  * Fix missing teardown for non-function scoped fixtures when
    using only_rerun or rerun_except queries. (#234) and
  * Drop support for Python 3.7.
  * Drop support for pytest < 7.2.
  * Add support for pytest 8.0, 8.1.

OBS-URL: https://build.opensuse.org/request/show/1158431
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-rerunfailures?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2024-03-18 15:44:09 +00:00 committed by Git OBS Bridge
commit 5f5d38d57c
4 changed files with 17 additions and 7 deletions

View File

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

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

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Mar 16 09:48:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 14.0:
* Fix missing teardown for non-function scoped fixtures when
using only_rerun or rerun_except queries. (#234) and
* Drop support for Python 3.7.
* Drop support for pytest < 7.2.
* Add support for pytest 8.0, 8.1.
-------------------------------------------------------------------
Thu Dec 14 21:18:17 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-pytest-rerunfailures
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-rerunfailures
Version: 13.0
Version: 14.0
Release: 0
Summary: A pytest plugin to re-run tests
License: MPL-2.0
@ -28,11 +28,11 @@ BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools >= 40.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pytest >= 6.2
Requires: python-pytest >= 7.2
Requires: python-setuptools >= 40.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest >= 6.0}
BuildRequires: %{python_module pytest >= 7.2}
BuildRequires: %{python_module pytest-xdist}
# /SECTION
%python_subpackages