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