Fix integration test's jupyterlab version

This commit is contained in:
yuvipanda
2018-08-23 07:13:59 -04:00
parent d7e8d64572
commit 5cf6a84ea6

View File

@@ -13,7 +13,7 @@ def test_serverextensions():
], stderr=subprocess.PIPE) ], stderr=subprocess.PIPE)
extensions = [ extensions = [
'jupyterlab 0.32.1', 'jupyterlab 0.34.1',
'nbgitpuller 0.6.1', 'nbgitpuller 0.6.1',
'nteract_on_jupyter 1.8.1', 'nteract_on_jupyter 1.8.1',
'nbresuse ' 'nbresuse '
@@ -48,4 +48,4 @@ def test_labextensions():
Validate labextensions we want installed Validate labextensions we want installed
""" """
# Currently we only install jupyterhub # Currently we only install jupyterhub
assert os.path.exists('/opt/tljh/user/bin/jupyter-labhub') assert os.path.exists('/opt/tljh/user/bin/jupyter-labhub')