Loading pkgs/development/python-modules/jupyter-contrib-nbextensions/default.nix +19 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ , jupyter-highlight-selected-word , jupyter-nbextensions-configurator , lxml , nose , pytestCheckHook , notebook }: buildPythonPackage rec { Loading @@ -27,6 +30,20 @@ buildPythonPackage rec { lxml ]; nativeCheckInputs = [ nose pytestCheckHook ]; disabledTestPaths = [ # Thoses tests fail upstream because of nbconvert being too recent # https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1606 "tests/test_exporters.py" # Requires to run jupyter which is not feasible here "tests/test_application.py" ]; pythonImportsCheck = [ "jupyter_contrib_nbextensions" ]; meta = with lib; { Loading @@ -34,5 +51,7 @@ buildPythonPackage rec { homepage = "https://github.com/ipython-contrib/jupyter_contrib_nbextensions"; license = licenses.bsd3; maintainers = with maintainers; [ GaetanLepage ]; # https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1647 broken = versionAtLeast notebook.version "7"; }; } Loading
pkgs/development/python-modules/jupyter-contrib-nbextensions/default.nix +19 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,9 @@ , jupyter-highlight-selected-word , jupyter-nbextensions-configurator , lxml , nose , pytestCheckHook , notebook }: buildPythonPackage rec { Loading @@ -27,6 +30,20 @@ buildPythonPackage rec { lxml ]; nativeCheckInputs = [ nose pytestCheckHook ]; disabledTestPaths = [ # Thoses tests fail upstream because of nbconvert being too recent # https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1606 "tests/test_exporters.py" # Requires to run jupyter which is not feasible here "tests/test_application.py" ]; pythonImportsCheck = [ "jupyter_contrib_nbextensions" ]; meta = with lib; { Loading @@ -34,5 +51,7 @@ buildPythonPackage rec { homepage = "https://github.com/ipython-contrib/jupyter_contrib_nbextensions"; license = licenses.bsd3; maintainers = with maintainers; [ GaetanLepage ]; # https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1647 broken = versionAtLeast notebook.version "7"; }; }