forked from pool/python-pytest-describe
Accepting request 974339 from home:mcalabkova:branches:devel:languages:python:pytest
- Update to 2.0.1 * This version supports pytest 4.0 to 6.2 on Python 3.6 to 3.10 * Support list/tuple argnames for mark.parametrize * Made markers consistent with pytest's defaults OBS-URL: https://build.opensuse.org/request/show/974339 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-describe?expand=0&rev=3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e2ea0e77efa09edb98cf90423bf1da21a462ed90bd3120f8f98fe7519a167d5
|
||||
size 8917
|
||||
3
pytest-describe-2.0.1.tar.gz
Normal file
3
pytest-describe-2.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5cbaa31169f0060348ad5ca0191027e5f1f41f3f27fdeef208365e09c55eb9a
|
||||
size 9793
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 2 08:00:02 UTC 2022 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 2.0.1
|
||||
* This version supports pytest 4.0 to 6.2 on Python 3.6 to 3.10
|
||||
* Support list/tuple argnames for mark.parametrize
|
||||
* Made markers consistent with pytest's defaults
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 8 05:11:26 AM UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-describe
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,8 +17,9 @@
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pytest-describe
|
||||
Version: 1.0.0
|
||||
Version: 2.0.1
|
||||
Release: 0
|
||||
Summary: Describe-style plugin for pytest
|
||||
License: MIT
|
||||
@@ -28,10 +29,10 @@ Source: https://files.pythonhosted.org/packages/source/p/pytest-describe
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytest >= 2.6.0
|
||||
Requires: python-pytest >= 4.0
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest >= 2.6.0}
|
||||
BuildRequires: %{python_module pytest >= 4.0}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user