From 1a4748bd0686776dae68bb8c6d9ac7b267b917ea Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Tue, 9 Feb 2021 10:34:12 +0100 Subject: [PATCH] Fix jupyter-resource-usage config --- 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 7c0809e..2d48c9b 100644 --- a/integration-tests/test_extensions.py +++ b/integration-tests/test_extensions.py @@ -16,7 +16,7 @@ def test_serverextensions(): 'jupyterlab 3.', 'nbgitpuller 0.9.', 'nteract_on_jupyter 2.1.', - 'jupyter-resource-usage ' + 'jupyter_resource_usage' ] for e in extensions: @@ -33,7 +33,7 @@ def test_nbextensions(): ], stderr=subprocess.PIPE, stdout=subprocess.PIPE) extensions = [ - 'jupyter-resource-usage/main', + 'jupyter_resource_usage/main', # This is what ipywidgets nbextension is called 'jupyter-js-widgets/extension' ]