Fix check for python3

This commit is contained in:
Thomas Spura 2015-10-14 14:57:35 +02:00
parent 3c2c63028a
commit 6447916790

View File

@ -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