Show More
@@ -145,7 +145,7 b" have['zmq'] = test_for('zmq.pyzmq_version_info', min_zmq, callback=lambda x: x()" | |||||
145 | # Test suite definitions |
|
145 | # Test suite definitions | |
146 | #----------------------------------------------------------------------------- |
|
146 | #----------------------------------------------------------------------------- | |
147 |
|
147 | |||
148 |
test_group_names = ['parallel |
|
148 | test_group_names = ['parallel', 'config', 'core', | |
149 | 'extensions', 'lib', 'terminal', 'testing', 'utils', |
|
149 | 'extensions', 'lib', 'terminal', 'testing', 'utils', | |
150 | 'qt', 'html', 'nbconvert' |
|
150 | 'qt', 'html', 'nbconvert' | |
151 | ] |
|
151 | ] | |
@@ -172,8 +172,6 b' class TestSection(object):' | |||||
172 |
|
172 | |||
173 | shims = { |
|
173 | shims = { | |
174 | 'parallel': 'ipython_parallel', |
|
174 | 'parallel': 'ipython_parallel', | |
175 | 'kernel': 'ipython_kernel', |
|
|||
176 | 'kernel.inprocess': 'ipython_kernel.inprocess', |
|
|||
177 | 'config': 'traitlets', |
|
175 | 'config': 'traitlets', | |
178 | 'html': 'jupyter_notebook', |
|
176 | 'html': 'jupyter_notebook', | |
179 | } |
|
177 | } | |
@@ -228,20 +226,6 b" if not have['pymongo']:" | |||||
228 | sec.exclude('controller.mongodb') |
|
226 | sec.exclude('controller.mongodb') | |
229 | sec.exclude('tests.test_mongodb') |
|
227 | sec.exclude('tests.test_mongodb') | |
230 |
|
228 | |||
231 | # kernel: |
|
|||
232 | sec = test_sections['kernel'] |
|
|||
233 | sec.requires('zmq') |
|
|||
234 | # The in-process kernel tests are done in a separate section |
|
|||
235 | sec.exclude('inprocess') |
|
|||
236 | # importing gtk sets the default encoding, which we want to avoid |
|
|||
237 | sec.exclude('gui.gtkembed') |
|
|||
238 | sec.exclude('gui.gtk3embed') |
|
|||
239 | if not have['matplotlib']: |
|
|||
240 | sec.exclude('pylab') |
|
|||
241 |
|
||||
242 | # kernel.inprocess: |
|
|||
243 | test_sections['kernel.inprocess'].requires('zmq') |
|
|||
244 |
|
||||
245 | # extensions: |
|
229 | # extensions: | |
246 | sec = test_sections['extensions'] |
|
230 | sec = test_sections['extensions'] | |
247 | # This is deprecated in favour of rpy2 |
|
231 | # This is deprecated in favour of rpy2 |
@@ -782,6 +782,10 b' class NotebookApp(BaseIPythonApplication):' | |||||
782 | parent=self, |
|
782 | parent=self, | |
783 | ipython_dir=self.ipython_dir, |
|
783 | ipython_dir=self.ipython_dir, | |
784 | ) |
|
784 | ) | |
|
785 | # FIXME: temporarily add .ipython/kernels to the kernel search path | |||
|
786 | self.kernel_spec_manager.kernel_dirs.append( | |||
|
787 | os.path.join(self.ipython_dir, 'kernels'), | |||
|
788 | ) | |||
785 | self.kernel_manager = self.kernel_manager_class( |
|
789 | self.kernel_manager = self.kernel_manager_class( | |
786 | parent=self, |
|
790 | parent=self, | |
787 | log=self.log, |
|
791 | log=self.log, |
@@ -1,4 +1,8 b'' | |||||
1 | -e git+https://github.com/ipython/ipython_genutils.git#egg=ipython_genutils |
|
1 | -e git+https://github.com/ipython/ipython_genutils.git#egg=ipython_genutils | |
2 | -e git+https://github.com/ipython/traitlets.git#egg=traitlets |
|
2 | -e git+https://github.com/ipython/traitlets.git#egg=traitlets | |
|
3 | # Below here aren't actually needed by IPython. | |||
|
4 | # Only while the split is partial | |||
|
5 | # and the IPython repo is still running Jupyter tests | |||
3 | -e git+https://github.com/jupyter/jupyter_core.git#egg=jupyter_core |
|
6 | -e git+https://github.com/jupyter/jupyter_core.git#egg=jupyter_core | |
4 | -e git+https://github.com/jupyter/jupyter_nbformat.git#egg=jupyter_nbformat |
|
7 | -e git+https://github.com/jupyter/jupyter_nbformat.git#egg=jupyter_nbformat | |
|
8 | -e git+https://github.com/jupyter/jupyter_client.git#egg=jupyter_client |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed | ||
This diff has been collapsed as it changes many lines, (891 lines changed) Show them Hide them |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
1 | NO CONTENT: file was removed |
|
NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now