14
0

- Skip rpmlint error python-tests-in-package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testtools?expand=0&rev=73
This commit is contained in:
2022-11-21 14:19:57 +00:00
committed by Git OBS Bridge
parent 46ed58be4e
commit 4be0583783
3 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Nov 21 14:19:47 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Skip rpmlint error python-tests-in-package.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 11 13:31:42 UTC 2022 - pgajdos@suse.com Fri Nov 11 13:31:42 UTC 2022 - pgajdos@suse.com

View File

@@ -0,0 +1 @@
addFilter("E: python-tests-in-package.*/usr/lib/.*/site-packages/testtools/tests")

View File

@@ -31,7 +31,8 @@ Summary: Extensions to the Python Standard Library Unit Testing Framework
License: MIT License: MIT
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/testing-cabal/testtools URL: https://github.com/testing-cabal/testtools
Source: https://files.pythonhosted.org/packages/source/t/testtools/testtools-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/t/testtools/testtools-%{version}.tar.gz
Source99: python-testtools.rpmlintrc
BuildRequires: %{python_module pbr} BuildRequires: %{python_module pbr}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes