mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
python3Packages.jupyter-book: skip flaky test
This commit is contained in:
parent
5eb7eb17f0
commit
dd23a4ec89
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
lib,
|
lib,
|
||||||
stdenv,
|
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
|
|
||||||
|
@ -116,6 +115,7 @@ buildPythonPackage rec {
|
||||||
# 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_book"
|
||||||
|
"test_clean_html"
|
||||||
"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