Accepting request 236015 from devel:languages:python

- disable tests for 11.1 and SLES 10 builds (forwarded request 235464 from frispete)

OBS-URL: https://build.opensuse.org/request/show/236015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Markdown?expand=0&rev=7
This commit is contained in:
Stephan Kulow 2014-06-04 16:39:23 +00:00 committed by Git OBS Bridge
commit b783ba3a9b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon May 26 21:40:35 UTC 2014 - hpj@urpla.net
- disable tests for 11.1 and SLES 10 builds
-------------------------------------------------------------------
Mon Feb 17 20:35:51 UTC 2014 - benoit.monin@gmx.fr

View File

@ -55,8 +55,10 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%if 0%{?suse_version} && 0%{?suse_version} > 1110
%check
python run-tests.py
%endif
%files
%defattr(-,root,root,-)