exclude fabfile from tests

closes #2890
pull/37/head
MinRK 13 years ago
parent 20071271bf
commit cb56d2378b

@ -230,7 +230,8 @@ def make_exclude():
# files for web serving. Occasionally projects may put a .py
# file in there (MathJax ships a conf.py), so we might as
# well play it safe and skip the whole thing.
ipjoin('frontend', 'html', 'notebook', 'static')
ipjoin('frontend', 'html', 'notebook', 'static'),
ipjoin('frontend', 'html', 'notebook', 'fabfile'),
]
if not have['sqlite3']:
exclusions.append(ipjoin('core', 'tests', 'test_history'))

Loading…
Cancel
Save