disable running of unittests for el6
This commit is contained in:
parent
3b7a9d3e9a
commit
68a49a7aea
@ -58,7 +58,9 @@ python setup.py install --root=%{buildroot}
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%check
|
||||
python -m unittest discover -s tornado/test -p *test.py
|
||||
%if "%{dist}" != "el6"
|
||||
python -m unittest discover -s tornado/test -p *test.py
|
||||
%endif
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user