mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
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:
@@ -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."""
|
||||
|
Reference in New Issue
Block a user