Loading pkgs/development/python-modules/jupyter-book/default.nix +27 −28 Original line number Diff line number Diff line Loading @@ -92,8 +92,7 @@ buildPythonPackage rec { writableTmpDirAsHomeHook ]; disabledTests = [ disabledTests = [ # touch the network "test_create_from_cookiecutter" Loading @@ -113,10 +112,10 @@ buildPythonPackage rec { "test_build_from_template" "test_build_page" "test_build_singlehtml_from_template" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # pytest.PytestUnraisableExceptionWarning: Exception ignored in: <sqlite3.Connection object at 0x115dcc9a0> # ResourceWarning: unclosed database in <sqlite3.Connection object at 0x115dcc9a0> "test_clean_book" "test_clean_html_latex" "test_clean_latex" ]; Loading Loading
pkgs/development/python-modules/jupyter-book/default.nix +27 −28 Original line number Diff line number Diff line Loading @@ -92,8 +92,7 @@ buildPythonPackage rec { writableTmpDirAsHomeHook ]; disabledTests = [ disabledTests = [ # touch the network "test_create_from_cookiecutter" Loading @@ -113,10 +112,10 @@ buildPythonPackage rec { "test_build_from_template" "test_build_page" "test_build_singlehtml_from_template" ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ # pytest.PytestUnraisableExceptionWarning: Exception ignored in: <sqlite3.Connection object at 0x115dcc9a0> # ResourceWarning: unclosed database in <sqlite3.Connection object at 0x115dcc9a0> "test_clean_book" "test_clean_html_latex" "test_clean_latex" ]; Loading