python3Packages.jupyter_server: fix tests

This commit is contained in:
Jonathan Ringer 2021-04-21 10:41:37 -07:00 committed by Jonathan Ringer
parent 4e3cca0da5
commit b029adf1ef

View file

@ -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 backendi.e. core services, APIs, and REST endpointsto Jupyter web applications.";