15
0
Tomáš Chvátal
2020-05-26 09:15:08 +00:00
committed by Git OBS Bridge
parent 9e15a9bf44
commit 0bbd1243ef

View File

@@ -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}