python3Packages.jupyter_server: fix tests
This commit is contained in:
parent
4e3cca0da5
commit
b029adf1ef
1 changed files with 6 additions and 1 deletions
|
@ -66,7 +66,12 @@ buildPythonPackage rec {
|
|||
pytestFlagsArray = [ "jupyter_server/tests/" ];
|
||||
|
||||
# disabled failing tests
|
||||
disabledTests = [ "test_server_extension_list" "test_list_formats" "test_base_url" ];
|
||||
disabledTests = [
|
||||
"test_server_extension_list"
|
||||
"test_list_formats"
|
||||
"test_base_url"
|
||||
"test_culling"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.";
|
||||
|
|
Loading…
Reference in a new issue