python setup.py test isn't doing anything so get rid of it for now.
This commit is contained in:
parent
8e836f8d95
commit
1835b490c7
@ -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}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user