start.sh: JUPYTER_ENV_VARS_TO_UNSET introduced

Allow you to define variables to be unset before running the command
that start.sh is supposed to start. These variables will still be
available in the hooks run before.
This commit is contained in:
Erik Sundell
2020-03-29 05:57:08 +02:00
committed by Ben Mares
parent 8dfdbfd3a3
commit ee0105a8a5
3 changed files with 16 additions and 1 deletions

View File

@@ -240,7 +240,6 @@ def test_container_not_delete_bind_mount(container, tmp_path):
assert len(list(tmp_path.iterdir())) == 1
@pytest.mark.skip(reason="not yet implemented; TODO: cherry-pick b44b7ab")
def test_jupyter_env_vars_to_unset_as_root(container):
"""Environment variables names listed in JUPYTER_ENV_VARS_TO_UNSET
should be unset in the final environment."""