1
0
Todd R 2013-01-17 14:14:40 +00:00 committed by Git OBS Bridge
parent 2cfbad8ad4
commit 1b341d5fbd

View File

@ -85,7 +85,13 @@ python setup.py install \
--root=%{buildroot} --root=%{buildroot}
%check %check
# we know the builting parses does not work on 12.1
%if 0%{?suse_version} >= 1140
nosetests -e 'bs4\.tests\.test_soup\.TestEncodingConversion'
%else
nosetests nosetests
%endif
%files %files
%defattr(-,root,root) %defattr(-,root,root)