Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03a320f

Browse files
committed
remove ipython_parallel
1 parent f9254a2 commit 03a320f

89 files changed

Lines changed: 5 additions & 28837 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

IPython/testing/iptest.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def test_for(item, min_version=None, callback=extract_version):
145145
# Test suite definitions
146146
#-----------------------------------------------------------------------------
147147

148-
test_group_names = ['parallel', 'config', 'core',
148+
test_group_names = ['core',
149149
'extensions', 'lib', 'terminal', 'testing', 'utils',
150150
'qt', 'html', 'nbconvert'
151151
]
@@ -171,8 +171,6 @@ def will_run(self):
171171
return self.enabled and all(have[p] for p in self.dependencies)
172172

173173
shims = {
174-
'parallel': 'ipython_parallel',
175-
'config': 'traitlets',
176174
'html': 'jupyter_notebook',
177175
}
178176

@@ -219,13 +217,6 @@ def will_run(self):
219217
if (not have['pexpect']) or (not have['zmq']):
220218
test_sections['terminal'].exclude('console')
221219

222-
# parallel
223-
sec = test_sections['parallel']
224-
sec.requires('zmq')
225-
if not have['pymongo']:
226-
sec.exclude('controller.mongodb')
227-
sec.exclude('tests.test_mongodb')
228-
229220
# extensions:
230221
sec = test_sections['extensions']
231222
# This is deprecated in favour of rpy2

IPython/testing/iptestcontroller.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,6 @@ def prepare_controllers(options):
451451
py_testgroups = py_test_group_names
452452
if not options.all:
453453
js_testgroups = []
454-
test_sections['parallel'].enabled = False
455454
else:
456455
js_testgroups = all_js_groups()
457456

@@ -558,8 +557,7 @@ def run_iptestall(options):
558557
is passed, one process is used per CPU core. Default 1 (i.e. sequential)
559558
560559
inc_slow : bool
561-
Include slow tests, like IPython.parallel. By default, these tests aren't
562-
run.
560+
Include slow tests. By default, these tests aren't run.
563561
564562
slimerjs : bool
565563
Use slimerjs if it's installed instead of phantomjs for casperjs tests.

docs/source/parallel/index.rst

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,4 @@
44
Using IPython for parallel computing
55
====================================
66

7-
.. toctree::
8-
:maxdepth: 2
9-
10-
parallel_intro
11-
parallel_process
12-
parallel_multiengine
13-
magics
14-
parallel_task
15-
asyncresult
16-
parallel_mpi
17-
parallel_db
18-
parallel_security
19-
parallel_winhpc
20-
parallel_demos
21-
dag_dependencies
22-
parallel_details
23-
parallel_transition
24-
25-
7+
IPython.parallel has moved to `ipython_parallel <https://github.com/ipython/ipython_parallel>`_.

0 commit comments

Comments
 (0)