From 5cf6a84ea66f790483789023afd006c37fc60206 Mon Sep 17 00:00:00 2001 From: yuvipanda Date: Thu, 23 Aug 2018 07:13:59 -0400 Subject: [PATCH] Fix integration test's jupyterlab version --- integration-tests/test_extensions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/test_extensions.py b/integration-tests/test_extensions.py index 0a936ef..f0adb08 100644 --- a/integration-tests/test_extensions.py +++ b/integration-tests/test_extensions.py @@ -13,7 +13,7 @@ def test_serverextensions(): ], stderr=subprocess.PIPE) extensions = [ - 'jupyterlab 0.32.1', + 'jupyterlab 0.34.1', 'nbgitpuller 0.6.1', 'nteract_on_jupyter 1.8.1', 'nbresuse ' @@ -48,4 +48,4 @@ def test_labextensions(): Validate labextensions we want installed """ # Currently we only install jupyterhub - assert os.path.exists('/opt/tljh/user/bin/jupyter-labhub') \ No newline at end of file + assert os.path.exists('/opt/tljh/user/bin/jupyter-labhub')