From 7866050bafa140149c2561902e2ca3413a6ecf64 Mon Sep 17 00:00:00 2001 From: Ayaz Salikhov Date: Sun, 5 Nov 2023 00:34:24 +0100 Subject: [PATCH] Improve wording in test_extensions.py --- tests/scipy-notebook/test_extensions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scipy-notebook/test_extensions.py b/tests/scipy-notebook/test_extensions.py index b77dc89f..d95f7ae5 100644 --- a/tests/scipy-notebook/test_extensions.py +++ b/tests/scipy-notebook/test_extensions.py @@ -9,7 +9,7 @@ from tests.conftest import TrackedContainer LOGGER = logging.getLogger(__name__) -@pytest.mark.skip(reason="Not yet compliant with JupyterLab 3") +@pytest.mark.skip(reason="Not yet compliant with JupyterLab 4") @pytest.mark.parametrize( "extension", [ @@ -21,7 +21,7 @@ LOGGER = logging.getLogger(__name__) def test_check_extension(container: TrackedContainer, extension: str) -> None: """Basic check of each extension - The list of extensions can be obtained through this command + The list of installed extensions can be obtained through this command: $ jupyter labextension list