Accepting request 205519 from home:posophe:branches:devel:languages:python

fix build for Factory

OBS-URL: https://build.opensuse.org/request/show/205519
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testing?expand=0&rev=5
This commit is contained in:
Denisart Benjamin 2013-11-01 10:08:58 +00:00 committed by Git OBS Bridge
parent e2daa8e9f8
commit 05b82a1433
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 1 10:08:16 UTC 2013 - p.drouand@gmail.com
- Disable tests; fix build for Factory
-------------------------------------------------------------------
Thu Oct 24 11:18:01 UTC 2013 - speilicke@suse.com

View File

@ -98,8 +98,11 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
# Tests fail with openSUSE Factory
%if 0%{?suse_version} <= 1310
%check
python setup.py test
%endif
%files
%defattr(-,root,root,-)