python3Packages.jupyter_server: fix build

This commit is contained in:
Samuel Ainsworth
2022-05-06 01:48:57 +00:00
parent a081afe9e9
commit 2c95c2bf21

View File

@@ -10,6 +10,7 @@
, jinja2
, tornado
, pyzmq
, ipykernel
, ipython_genutils
, traitlets
, jupyter_core
@@ -62,6 +63,7 @@ buildPythonPackage rec {
];
checkInputs = [
ipykernel
pytestCheckHook
pytest-tornasync
requests