Skip to content

Commit b89d095

Browse files
committed
Update python-cloudpickle to rev 9 via SR 758142
https://build.opensuse.org/request/show/758142 by user dimstar_suse - Exclude failing tests gh#cloudpipe/cloudpickle#316
1 parent 4762429 commit b89d095

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

Diff for: packages/p/python-cloudpickle/.files

0 Bytes
Binary file not shown.

Diff for: packages/p/python-cloudpickle/.rev

+8
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,12 @@
122122
* Add support for pickling &quot;getset&quot; descriptors (issue #290)</comment>
123123
<requestid>733396</requestid>
124124
</revision>
125+
<revision rev="9" vrev="2">
126+
<srcmd5>fc089a52f35cc5e9da185e1977f8bafa</srcmd5>
127+
<version>1.2.2</version>
128+
<time>1577137014</time>
129+
<user>dimstar_suse</user>
130+
<comment>- Exclude failing tests gh#cloudpipe/cloudpickle#316</comment>
131+
<requestid>758142</requestid>
132+
</revision>
125133
</revisionlist>

Diff for: packages/p/python-cloudpickle/python-cloudpickle.changes

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Thu Dec 19 11:53:07 CET 2019 - Matej Cepl <[email protected]>
3+
4+
- Exclude failing tests gh#cloudpipe/cloudpickle#316
5+
16
-------------------------------------------------------------------
27
Thu Sep 26 10:40:19 UTC 2019 - Tomáš Chvátal <[email protected]>
38

Diff for: packages/p/python-cloudpickle/python-cloudpickle.spec

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# spec file for package python-cloudpickle
33
#
4-
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
4+
# Copyright (c) 2019 SUSE LLC
55
#
66
# All modifications and additions to the file contributed by third parties
77
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,23 +25,23 @@ License: BSD-3-Clause
2525
Group: Development/Languages/Python
2626
URL: https://github.com/cloudpipe/cloudpickle
2727
Source: https://files.pythonhosted.org/packages/source/c/cloudpickle/cloudpickle-%{version}.tar.gz
28-
BuildRequires: %{python_module setuptools}
29-
BuildRequires: fdupes
30-
BuildRequires: python-futures
31-
BuildRequires: python-rpm-macros
32-
BuildArch: noarch
3328
BuildRequires: %{python_module curses}
3429
BuildRequires: %{python_module mock}
3530
BuildRequires: %{python_module numpy >= 1.8.2}
3631
BuildRequires: %{python_module psutil}
3732
BuildRequires: %{python_module pytest-cov}
3833
BuildRequires: %{python_module pytest}
3934
BuildRequires: %{python_module scipy}
35+
BuildRequires: %{python_module setuptools}
4036
BuildRequires: %{python_module tornado}
37+
BuildRequires: fdupes
38+
BuildRequires: python-futures
39+
BuildRequires: python-rpm-macros
4140
Requires: python-curses
4241
Requires: python-numpy >= 1.8.2
4342
Requires: python-scipy
4443
Requires: python-tornado
44+
BuildArch: noarch
4545
%python_subpackages
4646

4747
%description
@@ -68,7 +68,8 @@ functions and classes defined interactively in the __main__ module.
6868

6969
%check
7070
export PYTHONPATH='.:tests'
71-
%pytest -s
71+
# Because of gh#cloudpipe/cloudpickle#316
72+
%pytest -s -k 'not (test_dynamic_module or test_load_dynamic_module_in_grandchild_process)'
7273

7374
%files %{python_files}
7475
%doc README.md

0 commit comments

Comments
 (0)