mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-09 19:12:59 +00:00
Remove JUPYTER_ENABLE_LAB variable warning
This commit is contained in:
@@ -15,12 +15,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