mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 14:02:58 +00:00
Merge branch 'fix-1217-1' of https://github.com/romainx/docker-stacks into fix-1217-1
This commit is contained in:
@@ -39,10 +39,10 @@ LOGGER = logging.getLogger(__name__)
|
|||||||
def test_start_notebook(
|
def test_start_notebook(
|
||||||
container: TrackedContainer,
|
container: TrackedContainer,
|
||||||
http_client: requests.Session,
|
http_client: requests.Session,
|
||||||
env: Optional[list],
|
env: Optional[list[str]],
|
||||||
expected_command: str,
|
expected_command: str,
|
||||||
expected_start: bool,
|
expected_start: bool,
|
||||||
expected_warnings: list,
|
expected_warnings: list[str],
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Test the notebook start-notebook script"""
|
"""Test the notebook start-notebook script"""
|
||||||
LOGGER.info(
|
LOGGER.info(
|
||||||
|
Reference in New Issue
Block a user