python3.pkgs.jupyterlab_server: re-enable some tests

This commit is contained in:
Nikolay Amiantov 2022-01-11 18:40:13 +03:00
parent 1b29f6fdb8
commit 2285d931e7

View file

@ -35,25 +35,10 @@ buildPythonPackage rec {
pytestCheckHook
pytest-tornasync
ruamel-yaml
strict-rfc3339
];
pytestFlagsArray = [ "--pyargs" "jupyterlab_server" ];
disabledTests = [
# AttributeError: 'SpecPath' object has no attribute 'paths'
"test_get_listing"
"test_get_settings"
"test_get_federated"
"test_listing"
"test_patch"
"test_patch_unicode"
"test_get_theme"
"test_delete"
"test_get_non_existant"
"test_get"
];
__darwinAllowLocalNetworking = true;
meta = with lib; {