14
0
2021-04-29 18:34:50 +00:00
committed by Git OBS Bridge
parent 402a5cc87d
commit 5195318fc3

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} > 150300
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300
%python_exec -m unittest discover
%endif
%endif