From dadb02a190a54c734ca791077ed2c938e02cc4e453ab6e7dc8eb249b315f4e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 16 Aug 2020 07:51:26 +0000 Subject: [PATCH] Accepting request 826973 from home:jayvdb:py-submit - Remove %check as there are no tests OBS-URL: https://build.opensuse.org/request/show/826973 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-case?expand=0&rev=8 --- python-case.changes | 5 +++++ python-case.spec | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/python-case.changes b/python-case.changes index daa1748..b0d40b4 100644 --- a/python-case.changes +++ b/python-case.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Aug 16 06:43:43 UTC 2020 - John Vandenberg + +- Remove test dependencies and %check as there are no tests + ------------------------------------------------------------------- Thu Oct 3 16:35:14 UTC 2019 - John Vandenberg diff --git a/python-case.spec b/python-case.spec index 852b74c..18e8172 100644 --- a/python-case.spec +++ b/python-case.spec @@ -1,7 +1,7 @@ # # spec file for package python-case # -# Copyright (c) 2019 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 @@ -27,10 +27,7 @@ URL: http://github.com/celery/case Source: https://files.pythonhosted.org/packages/source/c/case/case-%{version}.tar.gz Patch0: remove_unittest2.patch Patch1: remove_coverage.patch -BuildRequires: %{python_module mock} -BuildRequires: %{python_module nose} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module six} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-mock >= 2.0 @@ -54,8 +51,7 @@ Python unittest Utilities. %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%check -%python_exec setup.py test +#%%check no tests exist https://github.com/celery/case/issues/8 %files %{python_files} %license LICENSE