##// END OF EJS Templates
fix 'test_pylabtools' exclusion in iptest
MinRK -
Show More
@@ -199,8 +199,7 b' def make_exclude():'
199
199
200 if not have['matplotlib']:
200 if not have['matplotlib']:
201 exclusions.extend([ipjoin('lib', 'pylabtools'),
201 exclusions.extend([ipjoin('lib', 'pylabtools'),
202 ipjoin('lib', 'pylabtools',
202 ipjoin('lib', 'tests', 'test_pylabtools')])
203 'tests', 'test_pylabtools')])
204
203
205 # This is needed for the reg-exp to match on win32 in the ipdoctest plugin.
204 # This is needed for the reg-exp to match on win32 in the ipdoctest plugin.
206 if sys.platform == 'win32':
205 if sys.platform == 'win32':
General Comments 0
You need to be logged in to leave comments. Login now