mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Fix inline backend logic and avoid tests if mpl not available.
This commit is contained in:
parent
ea32220f8f
commit
983b3a7bc8
@ -238,8 +238,8 @@ def make_exclude():
|
||||
exclusions.append(ipjoin('parallel', 'tests', 'test_mongodb'))
|
||||
|
||||
if not have['matplotlib']:
|
||||
exclusions.extend([ipjoin('lib', 'pylabtools'),
|
||||
ipjoin('lib', 'tests', 'test_pylabtools')])
|
||||
exclusions.extend([ipjoin('core', 'pylabtools'),
|
||||
ipjoin('core', 'tests', 'test_pylabtools')])
|
||||
|
||||
if not have['tornado']:
|
||||
exclusions.append(ipjoin('frontend', 'html'))
|
||||
|
Loading…
Reference in New Issue
Block a user