- Disable testsuite on Factory, fails currently

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Whoosh?expand=0&rev=2
This commit is contained in:
Sascha Peilicke 2013-01-30 12:22:16 +00:00 committed by Git OBS Bridge
parent 459bd8c6ab
commit df00907904
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 30 12:23:59 UTC 2013 - saschpe@suse.de
- Disable testsuite on Factory, fails currently
-------------------------------------------------------------------
Wed Jan 30 11:43:45 UTC 2013 - saschpe@suse.de

View File

@ -51,8 +51,11 @@ python3 setup.py build
%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
#NOTE(saschpe): Currently failing on Factory, check back:
%if 0%{?suse_version} && 0%{?suse_version} < 1230
%check
python3 setup.py test
%endif
%files
%defattr(-,root,root,-)