Hello community,

here is the log from the commit of package python3-fixtures for 
openSUSE:Factory checked in at 2016-03-18 21:42:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-fixtures (Old)
 and      /work/SRC/openSUSE:Factory/.python3-fixtures.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-fixtures"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-fixtures/python3-fixtures.changes        
2015-10-22 12:59:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-fixtures.new/python3-fixtures.changes   
2016-03-18 21:42:03.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar 16 17:13:50 UTC 2016 - [email protected]
+
+- Break dependency loop with python3-testtools by disabling 
+  unit tests.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-fixtures.spec ++++++
--- /var/tmp/diff_new_pack.psqnKH/_old  2016-03-18 21:42:04.000000000 +0100
+++ /var/tmp/diff_new_pack.psqnKH/_new  2016-03-18 21:42:04.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-fixtures
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,10 +28,11 @@
 BuildRequires:  python3-mock
 BuildRequires:  python3-pbr
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-testtools >= 0.9.22
-# Test requirements:
-BuildRequires:  python3-unittest2
-#BuildRequires:  python3-bzrlib.tests
+# Causes dependency loop
+# BuildRequires:  python3-testtools >= 0.9.22
+Requires:       python3-mock
+Requires:       python3-pbr
+Requires:       python3-testtools
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
@@ -51,8 +52,9 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-python3 -m testtools.run discover
+# Unit tests introduce dependency loop with python3-testtools
+# %check
+# python3 -m testtools.run discover
 
 %files
 %defattr(-,root,root,-)


Reply via email to