python setup.py test isn't doing anything so get rid of it for now.

This commit is contained in:
Toshio Kuratomi 2015-11-04 17:49:28 -08:00
parent 8e836f8d95
commit 1835b490c7

View File

@ -136,15 +136,6 @@ popd
mv %{py3dir}/pybabel.py3 %{buildroot}/%{_bindir}/pybabel
%endif
%check
%{__python2} setup.py test
%if 0%{?with_python3}
pushd %{py3dir}
%{__python3} setup.py test
popd
%endif
%clean
rm -rf %{buildroot}