python3Packages.jupyter-book: skip flaky test

Changed files
+1 -1
pkgs
development
python-modules
jupyter-book
+1 -1
pkgs/development/python-modules/jupyter-book/default.nix
···
{
lib,
-
stdenv,
buildPythonPackage,
fetchFromGitHub,
···
# 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"
"test_clean_html_latex"
"test_clean_latex"
];