17
0
2023-02-17 10:45:00 +00:00
committed by Git OBS Bridge
parent 4e0dcede3e
commit ff03f24ab8

View File

@@ -63,8 +63,10 @@ Added to this is a pretty-printing dump utility function.
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%ifarch %ix86 %arm32
# fails to parse the 32bit stdlib
%ifnarch %ix86 %arm32
%pyunittest discover -v || :
%else
%pyunittest discover -v
%endif