diff --git a/python-WebTest.changes b/python-WebTest.changes index c5938d3..1665af8 100644 --- a/python-WebTest.changes +++ b/python-WebTest.changes @@ -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 diff --git a/python-WebTest.spec b/python-WebTest.spec index 53e06ae..7d0d214 100644 --- a/python-WebTest.spec +++ b/python-WebTest.spec @@ -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