forked from pool/python-ddt
- update to 1.7.0:
* Add async flag when wrapping async function (#111) * Dropping support for Python 2.7 - add six dependency * Fix zero padding issue - fix python 2.x build - add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch * Allow index-only test names * Added individual test case docstring support and tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=42
This commit is contained in:
@@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without python2
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-ddt
|
||||
Version: 1.6.0
|
||||
Version: 1.7.0
|
||||
Release: 0
|
||||
Summary: Data-Driven/Decorated Tests
|
||||
License: MIT
|
||||
@@ -33,11 +32,8 @@ BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module PyYAML}
|
||||
BuildRequires: %{python_module aiounittest}
|
||||
BuildRequires: %{python_module pytest}
|
||||
%if %{with python2}
|
||||
BuildRequires: python2-enum34
|
||||
BuildRequires: python2-mock
|
||||
%endif
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user