Show More
@@ -254,11 +254,11 b' def make_exclude():' | |||||
254 | exclusions.append(ipjoin('lib', 'inputhookgtk')) |
|
254 | exclusions.append(ipjoin('lib', 'inputhookgtk')) | |
255 | exclusions.append(ipjoin('kernel', 'zmq', 'gui', 'gtkembed')) |
|
255 | exclusions.append(ipjoin('kernel', 'zmq', 'gui', 'gtkembed')) | |
256 |
|
256 | |||
257 | #Also done unconditionally, exclude nbconvert directories containing |
|
257 | # #Also done unconditionally, exclude nbconvert directories containing | |
258 | #config files used to test. Executing the config files with iptest would |
|
258 | # #config files used to test. Executing the config files with iptest would | |
259 | #cause an exception. |
|
259 | # #cause an exception. | |
260 | exclusions.append(ipjoin('nbconvert', 'tests', 'files')) |
|
260 | # exclusions.append(ipjoin('nbconvert', 'tests', 'files')) | |
261 | exclusions.append(ipjoin('nbconvert', 'exporters', 'tests', 'files')) |
|
261 | # exclusions.append(ipjoin('nbconvert', 'exporters', 'tests', 'files')) | |
262 |
|
262 | |||
263 | # These have to be skipped on win32 because the use echo, rm, cd, etc. |
|
263 | # These have to be skipped on win32 because the use echo, rm, cd, etc. | |
264 | # See ticket https://github.com/ipython/ipython/issues/87 |
|
264 | # See ticket https://github.com/ipython/ipython/issues/87 |
General Comments 0
You need to be logged in to leave comments.
Login now