forked from pool/python-pytest-subtests
Accepting request 880306 from home:bnavigator:branches:devel:languages:python:pytest
- Update to 0.4.0 * Add Python 3.9 support and bump pytest requirement * Add support for --pdb OBS-URL: https://build.opensuse.org/request/show/880306 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-subtests?expand=0&rev=9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pytest-subtests
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-pytest-subtests
|
||||
Version: 0.3.2
|
||||
Version: 0.4.0
|
||||
Release: 0
|
||||
Summary: Python unittest subTest() support and subtests fixture
|
||||
License: MIT
|
||||
@@ -29,10 +29,10 @@ BuildRequires: %{python_module setuptools >= 40.0}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pytest >= 4.4.0
|
||||
Requires: python-pytest >= 5.3.0
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest >= 4.4.0}
|
||||
BuildRequires: %{python_module pytest >= 5.3.0}
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
@@ -55,6 +55,8 @@ Python unittest subTest() support and subtests fixture.
|
||||
%files %{python_files}
|
||||
%doc CHANGELOG.rst README.rst
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/pytest_subtests.py*
|
||||
%pycache_only %{python_sitelib}/__pycache__/pytest_subtests*.pyc
|
||||
%{python_sitelib}/pytest_subtests-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user