mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-14 13:32:56 +00:00
Merge branch 'master' into asalikhov/modules
This commit is contained in:
@@ -16,12 +16,6 @@ LOGGER = logging.getLogger(__name__)
|
||||
@pytest.mark.parametrize(
|
||||
"env,expected_command,expected_start,expected_warnings",
|
||||
[
|
||||
(
|
||||
["JUPYTER_ENABLE_LAB=yes"],
|
||||
"jupyter lab",
|
||||
True,
|
||||
["WARNING: JUPYTER_ENABLE_LAB is ignored"],
|
||||
),
|
||||
(None, "jupyter lab", True, []),
|
||||
(["DOCKER_STACKS_JUPYTER_CMD=lab"], "jupyter lab", True, []),
|
||||
(["RESTARTABLE=yes"], "run-one-constantly jupyter lab", True, []),
|
||||
|
Reference in New Issue
Block a user