mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
Merge PR #413
Adds retries and resubmit logic to IPython.parallel. closes gh-413
This commit is contained in:
commit
6ec9bca005
@ -199,6 +199,7 @@ def make_exclude():
|
||||
|
||||
if not have['pymongo']:
|
||||
exclusions.append(ipjoin('parallel', 'controller', 'mongodb'))
|
||||
exclusions.append(ipjoin('parallel', 'tests', 'test_mongodb'))
|
||||
|
||||
if not have['matplotlib']:
|
||||
exclusions.extend([ipjoin('lib', 'pylabtools'),
|
||||
|
Loading…
Reference in New Issue
Block a user