- 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/package/show/devel:languages:python:pytest/python-pytest-rerunfailures?expand=0&rev=25
This commit is contained in:
parent
f7083ed8e3
commit
6138396fd7
@ -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
BIN
pytest-rerunfailures-14.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user