14
0

Accepting request 708120 from home:pgajdos

- run testsuite

OBS-URL: https://build.opensuse.org/request/show/708120
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-colorclass?expand=0&rev=4
This commit is contained in:
Tomáš Chvátal
2019-06-06 11:56:55 +00:00
committed by Git OBS Bridge
parent 6679da32a0
commit 8477aac5ba
4 changed files with 14 additions and 4 deletions

View File

@@ -24,7 +24,9 @@ Summary: ANSI text color library for Python
License: MIT
Group: Development/Languages/Python
Url: https://github.com/Robpol86/colorclass
Source: https://files.pythonhosted.org/packages/source/c/colorclass/colorclass-%{version}.tar.gz
# https://github.com/Robpol86/colorclass/issues/25
Source: https://github.com/Robpol86/colorclass/archive/v%{version}.tar.gz
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -51,6 +53,9 @@ Python 3.x, it subclasses `str`.
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest -k 'not test_piped'
%files %{python_files}
%{python_sitelib}/*