forked from pool/python-fontParts
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
9e15a9bf44
commit
0bbd1243ef
@@ -44,10 +44,10 @@ BuildArch: noarch
|
||||
%if %{with test}
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module FontTools >= 3.32.0}
|
||||
BuildRequires: %{python_module booleanOperations}
|
||||
BuildRequires: %{python_module defcon >= 0.6.0}
|
||||
BuildRequires: %{python_module fontMath >= 0.4.8}
|
||||
BuildRequires: %{python_module fontPens >= 0.2.4}
|
||||
BuildRequires: %{python_module pytest}
|
||||
# /SECTION
|
||||
%endif
|
||||
%python_subpackages
|
||||
@@ -73,7 +73,7 @@ export LANG=C.UTF-8
|
||||
# fontParts tests requires fontPens and fontPens' tests require fontParts
|
||||
%check
|
||||
export LANG=C.UTF-8
|
||||
%pytest Lib/fontParts/test
|
||||
%python_expand PYTHONPATH=./Lib $python Lib/fontParts/fontshell/test.py
|
||||
%endif
|
||||
|
||||
%if !%{with test}
|
||||
|
||||
Reference in New Issue
Block a user