breaking, maint: remove deprecated use of nteract-on-jupyter

This commit is contained in:
Erik Sundell
2023-04-04 21:44:22 +02:00
parent f55e4cf615
commit 9e1bc61519
7 changed files with 4 additions and 16 deletions

View File

@@ -69,14 +69,6 @@ def test_app_jupyterlab():
assert c.Spawner.default_url == "/lab"
def test_app_nteract():
"""
Test setting nteract as default application
"""
c = apply_mock_config({"user_environment": {"default_app": "nteract"}})
assert c.Spawner.default_url == "/nteract"
def test_auth_default():
"""
Test default authentication settings with no overrides