15
0
forked from pool/python-ddt

- add 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ddt?expand=0&rev=28
This commit is contained in:
2021-01-25 21:53:04 +00:00
committed by Git OBS Bridge
parent b2f247f8fb
commit 670eff0027
3 changed files with 71 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-ddt
#
# 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
@@ -25,6 +25,8 @@ Summary: Data-Driven/Decorated Tests
License: MIT
URL: https://github.com/txels/ddt
Source: https://files.pythonhosted.org/packages/source/d/ddt/ddt-%{version}.tar.gz
# https://github.com/datadriventests/ddt/pull/96
Patch1: 0001-Use-Yaml-s-UnsafeLoader-for-Python-embedding-tests.patch
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -43,6 +45,7 @@ A library to multiply test cases.
%prep
%setup -q -n ddt-%{version}
%autopatch -p1
%build
%python_build