Hello community,

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

Package is "python3-testscenarios"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python3-testscenarios/python3-testscenarios.changes  
    2015-05-11 19:49:13.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-testscenarios.new/python3-testscenarios.changes
 2016-03-18 21:42:08.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Mar 16 17:08:29 UTC 2016 - [email protected]
+
+- Break dependency loop with python3-testtools by disabling 
+  unit tests.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-testscenarios.spec ++++++
--- /var/tmp/diff_new_pack.EtYwCE/_old  2016-03-18 21:42:10.000000000 +0100
+++ /var/tmp/diff_new_pack.EtYwCE/_new  2016-03-18 21:42:10.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-testscenarios
 #
-# 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
@@ -27,10 +27,11 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
 BuildRequires:  python3-pbr
-# Test requirements:
-BuildRequires:  python3-extras
-BuildRequires:  python3-nose
-BuildRequires:  python3-testtools
+BuildRequires:  python3-setuptools
+# Causes dependency loop
+# BuildRequires:  python3-testtools
+Requires:       python3-pbr
+Requires:       python3-testtools
 BuildArch:      noarch
 
 %description
@@ -49,9 +50,10 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-sed -i "s/PYTHON ?= python/PYTHON=python3/" Makefile
-make check
+# Tests introduce dependency loop with python3-testtools
+# %check
+# sed -i "s/PYTHON ?= python/PYTHON=python3/" Makefile
+# make check
 
 %files
 %defattr(-,root,root,-)


Reply via email to