Use nosetests-3 command on python3 distributions

This commit is contained in:
Jakub Kadlcik 2020-05-14 11:59:13 +02:00 committed by clime
parent c0ac987135
commit 0dccddc189

View file

@ -110,7 +110,11 @@ exit 0
%check
%if 0%{?rhel} && 0%{?rhel} < 8
nosetests .
%else
nosetests-3 .
%endif
%install