Fix check for python3
This commit is contained in:
parent
3c2c63028a
commit
6447916790
@ -60,9 +60,9 @@ LC_ALL=en_US.UTF-8 \
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%{_bindir}/py.test-3*
|
%{_bindir}/py.test-3.*
|
||||||
%endif
|
%endif
|
||||||
%{_bindir}/py.test-2*
|
%{_bindir}/py.test-2.*
|
||||||
|
|
||||||
%files -n python2-ptyprocess
|
%files -n python2-ptyprocess
|
||||||
# TODO add COPYING with next release
|
# TODO add COPYING with next release
|
||||||
|
Loading…
Reference in New Issue
Block a user