14
0
2021-04-21 07:00:56 +00:00
committed by Git OBS Bridge
parent e19a3647fd
commit 4f96f0dfec

View File

@@ -77,7 +77,7 @@ RFC 7159.
%if %{with test}
# exclude tests on older SLE+Leap due to
# ImportError: cannot import name inf
%if 0%{?sle_version} > 150200
%if 0%{?sle_version} > 150300
%python_exec -m unittest discover
%endif
%endif