Skip to content

Commit

Permalink
Update python-cloudpickle to rev 9 via SR 758142
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/758142
by user dimstar_suse
- Exclude failing tests gh#cloudpipe/cloudpickle#316
  • Loading branch information
bmwiedemann committed Dec 23, 2019
1 parent 4762429 commit b89d095
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
Binary file modified packages/p/python-cloudpickle/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/p/python-cloudpickle/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,12 @@
* Add support for pickling &quot;getset&quot; descriptors (issue #290)</comment>
<requestid>733396</requestid>
</revision>
<revision rev="9" vrev="2">
<srcmd5>fc089a52f35cc5e9da185e1977f8bafa</srcmd5>
<version>1.2.2</version>
<time>1577137014</time>
<user>dimstar_suse</user>
<comment>- Exclude failing tests gh#cloudpipe/cloudpickle#316</comment>
<requestid>758142</requestid>
</revision>
</revisionlist>
5 changes: 5 additions & 0 deletions packages/p/python-cloudpickle/python-cloudpickle.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 19 11:53:07 CET 2019 - Matej Cepl <mcepl@suse.com>

- Exclude failing tests gh#cloudpipe/cloudpickle#316

-------------------------------------------------------------------
Thu Sep 26 10:40:19 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

Expand Down
15 changes: 8 additions & 7 deletions packages/p/python-cloudpickle/python-cloudpickle.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -25,23 +25,23 @@ License: BSD-3-Clause
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}
BuildRequires: %{python_module psutil}
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
Expand All @@ -68,7 +68,8 @@ functions and classes defined interactively in the __main__ module.

%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
Expand Down

0 comments on commit b89d095

Please sign in to comment.