Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to z2jh 2 and JupyterHub 3 #1544

Merged
merged 12 commits into from
Oct 13, 2022
Prev Previous commit
Next Next commit
trial and error setting env var
  • Loading branch information
consideRatio committed Oct 12, 2022
commit 8224ab3579635346104ac1ff59ec60816d30b03c
1 change: 1 addition & 0 deletions binderhub/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def app(request, io_loop, _binderhub_config):
cfg = PyFileConfigLoader(binderhub_config_auth_additions_path).load_config()
_binderhub_config.merge(cfg)
bhub = BinderHub.instance(config=_binderhub_config)
os.environ["JUPYTERHUB_SERVICE_NAME"] = "binder"
bhub.initialize([])
bhub.start(run_loop=False)
# instantiating binderhub configures this
Expand Down