python3Packages.jupyter-book: skip flaky test

This commit is contained in:
Gaetan Lepage 2025-06-09 00:15:50 +02:00
parent 5eb7eb17f0
commit dd23a4ec89

View file

@ -1,6 +1,5 @@
{
lib,
stdenv,
buildPythonPackage,
fetchFromGitHub,
@ -116,6 +115,7 @@ buildPythonPackage rec {
# 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"
];