Merge branch 'master' into asalikhov/modules

This commit is contained in:
Ayaz Salikhov
2022-04-28 16:35:14 +01:00
10 changed files with 14 additions and 17 deletions

View File

@@ -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, []),