pythonPackages.ipywidgets: fix tests

This commit is contained in:
Frederik Rietdijk 2016-11-27 09:36:51 +01:00
parent dcff4fdf07
commit f7ad0223ce

View file

@ -12831,7 +12831,7 @@ in {
sha256 = "baf6098f054dd5eacc2934b8ea3bef908b81ca8660d839f1f940255a72c660d2";
};
buildInputs = with self; [ nose ];
buildInputs = with self; [ nose pytest ];
propagatedBuildInputs = with self; [ipython ipykernel traitlets notebook widgetsnbextension ];
meta = {