Commit e9c8f14f authored by Mauricio Collares's avatar Mauricio Collares
Browse files

python313Packages.jupyter-sphinx: disable sphinx warning

parent e4785f00
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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
  '';