1
1
#
2
2
# spec file for package python-cloudpickle
3
3
#
4
- # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
4
+ # Copyright (c) 2019 SUSE LLC
5
5
#
6
6
# All modifications and additions to the file contributed by third parties
7
7
# remain the property of their copyright owners, unless otherwise agreed
@@ -25,23 +25,23 @@ License: BSD-3-Clause
25
25
Group: Development/Languages/Python
26
26
URL: https://github.com/cloudpipe/cloudpickle
27
27
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
33
28
BuildRequires: %{python_module curses}
34
29
BuildRequires: %{python_module mock}
35
30
BuildRequires: %{python_module numpy >= 1.8.2}
36
31
BuildRequires: %{python_module psutil}
37
32
BuildRequires: %{python_module pytest-cov}
38
33
BuildRequires: %{python_module pytest}
39
34
BuildRequires: %{python_module scipy}
35
+ BuildRequires: %{python_module setuptools}
40
36
BuildRequires: %{python_module tornado}
37
+ BuildRequires: fdupes
38
+ BuildRequires: python-futures
39
+ BuildRequires: python-rpm-macros
41
40
Requires: python-curses
42
41
Requires: python-numpy >= 1.8.2
43
42
Requires: python-scipy
44
43
Requires: python-tornado
44
+ BuildArch: noarch
45
45
%python_subpackages
46
46
47
47
%description
@@ -68,7 +68,8 @@ functions and classes defined interactively in the __main__ module.
68
68
69
69
%check
70
70
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)'
72
73
73
74
%files %{python_files }
74
75
%doc README.md
0 commit comments