Hello community,

here is the log from the commit of package python-cloudpickle for 
openSUSE:Factory checked in at 2019-12-23 22:36:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-cloudpickle (Old)
 and      /work/SRC/openSUSE:Factory/.python-cloudpickle.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-cloudpickle"

Mon Dec 23 22:36:54 2019 rev:9 rq:758142 version:1.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-cloudpickle/python-cloudpickle.changes    
2019-09-30 15:56:32.597672606 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-cloudpickle.new.6675/python-cloudpickle.changes
  2019-12-23 22:39:22.765870693 +0100
@@ -1,0 +2,5 @@
+Thu Dec 19 11:53:07 CET 2019 - Matej Cepl <[email protected]>
+
+- Exclude failing tests gh#cloudpipe/cloudpickle#316
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-cloudpickle.spec ++++++
--- /var/tmp/diff_new_pack.780fLC/_old  2019-12-23 22:39:26.241872200 +0100
+++ /var/tmp/diff_new_pack.780fLC/_new  2019-12-23 22:39:26.241872200 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-cloudpickle
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,11 +25,6 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/cloudpipe/cloudpickle
 Source:         
https://files.pythonhosted.org/packages/source/c/cloudpickle/cloudpickle-%{version}.tar.gz
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-futures
-BuildRequires:  python-rpm-macros
-BuildArch:      noarch
 BuildRequires:  %{python_module curses}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module numpy >= 1.8.2}
@@ -37,11 +32,16 @@
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scipy}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module tornado}
+BuildRequires:  fdupes
+BuildRequires:  python-futures
+BuildRequires:  python-rpm-macros
 Requires:       python-curses
 Requires:       python-numpy >= 1.8.2
 Requires:       python-scipy
 Requires:       python-tornado
+BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -68,7 +68,8 @@
 
 %check
 export PYTHONPATH='.:tests'
-%pytest -s
+# Because of gh#cloudpipe/cloudpickle#316
+%pytest -s -k 'not (test_dynamic_module or 
test_load_dynamic_module_in_grandchild_process)'
 
 %files %{python_files}
 %doc README.md


Reply via email to