Browse code

add cloudpickle to testing dependencies

Bas Nijholt authored on 10/04/2020 14:26:30
Showing 1 changed files
... ...
@@ -43,6 +43,7 @@ extras_require = {
43 43
         "plotly",
44 44
     ],
45 45
     "testing": [
46
+        "cloudpickle",
46 47
         "flaky",
47 48
         "pytest",
48 49
         "pytest-cov",
... ...
@@ -51,8 +52,8 @@ extras_require = {
51 52
         "pre_commit",
52 53
     ],
53 54
     "other": [
54
-        "ipyparallel>=6.2.5",  # because of https://github.com/ipython/ipyparallel/issues/404
55 55
         "distributed",
56
+        "ipyparallel>=6.2.5",  # because of https://github.com/ipython/ipyparallel/issues/404
56 57
         "loky",
57 58
         "scikit-optimize",
58 59
         "wexpect" if os.name == "nt" else "pexpect",