mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
python3Packages.jupyter-book: disable tests that fail to close sqlite (#403989)
This commit is contained in:
commit
b440606b42
1 changed files with 23 additions and 24 deletions
|
@ -92,8 +92,7 @@ buildPythonPackage rec {
|
||||||
writableTmpDirAsHomeHook
|
writableTmpDirAsHomeHook
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTests =
|
disabledTests = [
|
||||||
[
|
|
||||||
# touch the network
|
# touch the network
|
||||||
"test_create_from_cookiecutter"
|
"test_create_from_cookiecutter"
|
||||||
|
|
||||||
|
@ -113,10 +112,10 @@ buildPythonPackage rec {
|
||||||
"test_build_from_template"
|
"test_build_from_template"
|
||||||
"test_build_page"
|
"test_build_page"
|
||||||
"test_build_singlehtml_from_template"
|
"test_build_singlehtml_from_template"
|
||||||
]
|
|
||||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
|
||||||
# pytest.PytestUnraisableExceptionWarning: Exception ignored in: <sqlite3.Connection object at 0x115dcc9a0>
|
# pytest.PytestUnraisableExceptionWarning: Exception ignored in: <sqlite3.Connection object at 0x115dcc9a0>
|
||||||
# ResourceWarning: unclosed database in <sqlite3.Connection object at 0x115dcc9a0>
|
# ResourceWarning: unclosed database in <sqlite3.Connection object at 0x115dcc9a0>
|
||||||
|
"test_clean_book"
|
||||||
"test_clean_html_latex"
|
"test_clean_html_latex"
|
||||||
"test_clean_latex"
|
"test_clean_latex"
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue