##// END OF EJS Templates
exclude fabfile from tests...
MinRK -
Show More
@@ -230,7 +230,8 b' def make_exclude():'
230 230 # files for web serving. Occasionally projects may put a .py
231 231 # file in there (MathJax ships a conf.py), so we might as
232 232 # well play it safe and skip the whole thing.
233 ipjoin('frontend', 'html', 'notebook', 'static')
233 ipjoin('frontend', 'html', 'notebook', 'static'),
234 ipjoin('frontend', 'html', 'notebook', 'fabfile'),
234 235 ]
235 236 if not have['sqlite3']:
236 237 exclusions.append(ipjoin('core', 'tests', 'test_history'))
General Comments 0
You need to be logged in to leave comments. Login now