Accepting request 235464 from home:frispete:python

- disable tests for 11.1 and SLES 10 builds

OBS-URL: https://build.opensuse.org/request/show/235464
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Markdown?expand=0&rev=9
This commit is contained in:
Sascha Peilicke 2014-06-02 09:05:31 +00:00 committed by Git OBS Bridge
parent ee26150e71
commit 36df5af298
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,-)