##// END OF EJS Templates
Exclude nbconvert testing config files from iptest interpretation.
Jonathan Frederic -
Show More
@@ -254,6 +254,12 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
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
257 # 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.
258 # See ticket https://github.com/ipython/ipython/issues/87
264 # See ticket https://github.com/ipython/ipython/issues/87
259 if sys.platform == 'win32':
265 if sys.platform == 'win32':
General Comments 0
You need to be logged in to leave comments. Login now