Hello community,
here is the log from the commit of package python-zope.exceptions for
openSUSE:Factory checked in at 2015-09-08 17:39:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-zope.exceptions (Old)
and /work/SRC/openSUSE:Factory/.python-zope.exceptions.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-zope.exceptions"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-zope.exceptions/python-zope.exceptions.changes
2015-05-19 23:47:47.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python-zope.exceptions.new/python-zope.exceptions.changes
2015-09-08 17:42:23.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 3 12:28:13 UTC 2015 - [email protected]
+
+- Disable tests to avoid dependency loop
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-zope.exceptions.spec ++++++
--- /var/tmp/diff_new_pack.N2SrqW/_old 2015-09-08 17:42:24.000000000 +0200
+++ /var/tmp/diff_new_pack.N2SrqW/_new 2015-09-08 17:42:24.000000000 +0200
@@ -29,12 +29,12 @@
# Documentation requirements:
BuildRequires: python-Sphinx
BuildRequires: python-repoze.sphinx.autointerface
+# Test result in a dependency loop
# Test requirements:
-BuildRequires: python-six
-BuildRequires: python-zope.interface
-BuildRequires: python-zope.testrunner
+# BuildRequires: python-six
+# BuildRequires: python-zope.interface
+# BuildRequires: python-zope.testrunner
Requires: python-zope.interface
-Requires: python-zope.testrunner
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from
distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -64,11 +64,12 @@
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+# Test result in a dependency loop
#NOTE(saschpe): Tests are self-referential, i.e. move to sperarate spec file
#NOTE(frispete): run tests against source in order to avoid the need for an
# external test package
-%check
-PYTHONPATH=$(pwd)/src python setup.py -q test
+# %check
+# PYTHONPATH=$(pwd)/src python setup.py -q test
%files
%defattr(-,root,root,-)