From edf6d26e0780d4ec15d50eb93e04c20a6fc25b94edfa0ac5379f07a84ea60a59 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Fri, 15 Mar 2013 14:16:08 +0000 Subject: [PATCH] more testing OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.testrunner?expand=0&rev=3 --- python-zope.testrunner.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-zope.testrunner.spec b/python-zope.testrunner.spec index 438f460..e3bcc03 100644 --- a/python-zope.testrunner.spec +++ b/python-zope.testrunner.spec @@ -28,6 +28,8 @@ BuildRequires: python-distribute BuildRequires: unzip # Test requirements: #BuildRequires: python-python-subunit +#BuildRequires: python-six +#BuildRequires: python-testtools #BuildRequires: python-zope.testing BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -48,7 +50,8 @@ python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -#%check +#NOTE(saschpe): Check failing tests +#%%check #python setup.py test %files