python3Packages.jupyter_server: fix tests
This commit is contained in:
parent
4e3cca0da5
commit
b029adf1ef
@ -66,7 +66,12 @@ buildPythonPackage rec {
|
|||||||
pytestFlagsArray = [ "jupyter_server/tests/" ];
|
pytestFlagsArray = [ "jupyter_server/tests/" ];
|
||||||
|
|
||||||
# disabled failing 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; {
|
meta = with lib; {
|
||||||
description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.";
|
description = "The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user