Try explicit jupyter_server[test] dependency

This commit is contained in:
Jeremy Tuloup 2022-11-18 14:08:54 +00:00
parent 6e0bec0fa7
commit 4faf064f5f

View File

@ -58,6 +58,7 @@ test = [
"pytest-timeout",
"pytest-console-scripts",
"ipykernel",
"jupyter_server[test]>=2.0.0rc3,<3",
"jupyterlab_server[test]>=2.16.3,<3",
]
dev = [