python3Packages.jupyter_server: fix build

main
Samuel Ainsworth 2 years ago
parent a081afe9e9
commit 2c95c2bf21
  1. 2
      pkgs/development/python-modules/jupyter_server/default.nix

@ -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

Loading…
Cancel
Save