Skip to content

Commit

Permalink
point unit tests at notebook_shim (jupyter-server#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer authored and GitHub Enterprise committed Feb 25, 2022
1 parent 1a141ec commit ce3e9b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def jp_server_config(datastudio_env):
"data_studio_jupyter_extensions.extensions.heartbeat": True,
"data_studio_jupyter_extensions.extensions.display_info": True,
"data_studio_jupyter_extensions.extensions.external_links": True,
"nbclassic": True,
"notebook_shim": True,
},
},
}
Expand Down
2 changes: 1 addition & 1 deletion data_studio_jupyter_extensions/tests/auth/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def jp_server_config(json_web_key):
"ServerApp": {
"jpserver_extensions": {
"data_studio_jupyter_extensions": True,
"nbclassic": True,
"notebook_shim": True,
},
"kernel_spec_manager_class": "data_studio_jupyter_extensions.configurables.kernelspecs.DSKernelSpecManager",
"login_handler_class": "data_studio_jupyter_extensions.auth.login.JWTLoginHandler",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def jp_server_config(datastudio_env):
"ServerApp": {
"jpserver_extensions": {
"data_studio_jupyter_extensions": True,
"nbclassic": True,
"notebook_shim": True,
},
},
# Use the Mock Notebook Service Client.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def jp_server_config(datastudio_env):
"data_studio_jupyter_extensions.extensions.telemetry": True,
"data_studio_jupyter_extensions.extensions.heartbeat": True,
"data_studio_jupyter_extensions.extensions.external_links": True,
"nbclassic": True,
"notebook_shim": True,
},
},
# Use the Mock Notebook Service Client.
Expand Down

0 comments on commit ce3e9b3

Please sign in to comment.