Add ipywidgets to base installation

This commit is contained in:
yuvipanda
2018-12-22 11:06:43 -08:00
parent ae9bf702f1
commit 600bf225f2
2 changed files with 6 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ def test_nbextensions():
assert '{} \x1b[32m enabled \x1b[0m'.format(e) in proc.stdout.decode()
# Ensure we have 'OK' messages in our stdout, to make sure everything is importable
proc.stderr.decode() == ' - Validating: \x1b[32mOK\x1b[0m\n' * len(extensions)
assert proc.stderr.decode() == ' - Validating: \x1b[32mOK\x1b[0m\n' * len(extensions)
def test_labextensions():