Loading pkgs/development/python-modules/jupyter-sphinx/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -42,10 +42,15 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # https://github.com/jupyter/jupyter-sphinx/issues/280" # https://github.com/jupyter/jupyter-sphinx/issues/280 "test_builder_priority" ]; pytestFlags = [ # https://github.com/jupyter/jupyter-sphinx/issues/287 "-Wignore::sphinx.deprecation.RemovedInSphinx11Warning" ]; preCheck = '' export HOME=$TMPDIR ''; Loading Loading
pkgs/development/python-modules/jupyter-sphinx/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -42,10 +42,15 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ # https://github.com/jupyter/jupyter-sphinx/issues/280" # https://github.com/jupyter/jupyter-sphinx/issues/280 "test_builder_priority" ]; pytestFlags = [ # https://github.com/jupyter/jupyter-sphinx/issues/287 "-Wignore::sphinx.deprecation.RemovedInSphinx11Warning" ]; preCheck = '' export HOME=$TMPDIR ''; Loading