From aba56f5527bfc6d772186895a3b7c035a84d9828c717571faca5078b76690978 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 1 Sep 2011 15:09:38 +0000 Subject: [PATCH] - Don't run tests, fixes SLE build OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-WebTest?expand=0&rev=2 --- python-WebTest.changes | 5 +++++ python-WebTest.spec | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) 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