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