15
0

- Don't run tests, fixes SLE build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=2
This commit is contained in:
Sascha Peilicke
2011-09-01 15:09:38 +00:00
committed by Git OBS Bridge
parent c768b16ba3
commit aba56f5527
2 changed files with 5 additions and 5 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 1 15:07:32 UTC 2011 - saschpe@suse.de
- Don't run tests, fixes SLE build
-------------------------------------------------------------------
Thu Sep 1 14:41:12 UTC 2011 - saschpe@suse.de

View File

@@ -26,8 +26,6 @@ Source: http://pypi.python.org/packages/source/W/WebTest/WebTest-%{versi
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-distribute
BuildRequires: python-WebOb
BuildRequires: python-dtopt
Requires: python-WebOb
Requires: python-dtopt
Requires: python-nose
@@ -58,9 +56,6 @@ python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%check
python setup.py test
%files
%defattr(-,root,root,-)
%doc docs/html