From a0755ba9fed463a1ed2546b9d85012c185868334 Mon Sep 17 00:00:00 2001 From: Jonathan Windgassen Date: Fri, 15 Nov 2024 13:46:58 +0100 Subject: [PATCH] Add JupyterHub to optional dependencies for tests --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index eff97013..07ebe3f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,6 +52,7 @@ dependencies = [ [project.optional-dependencies] test = [ + "jupyter-server-proxy[standalone]", "pytest", "pytest-asyncio", "pytest-cov",