File project.diff of Package python-ddt
--- python-ddt.spec.orig
+++ python-ddt.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-ddt
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -24,15 +24,15 @@ Release: 0
Summary: Data-Driven/Decorated Tests
License: MIT
Group: Development/Languages/Python
-Url: https://github.com/txels/ddt
+URL: https://github.com/txels/ddt
Source: https://files.pythonhosted.org/packages/source/d/ddt/ddt-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module PyYAML}
-BuildRequires: %{python_module mock}
-BuildRequires: %{python_module nose}
+#BuildRequires: %{python_module PyYAML}
+#BuildRequires: %{python_module mock}
+#BuildRequires: %{python_module nose}
# /SECTION
%python_subpackages
@@ -50,7 +50,7 @@ A library to multiply test cases.
%{python_install}
%check
-%{python_exec setup.py test}
+#{python_exec setup.py test}
%files %{python_files}
%defattr(-,root,root,-)