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