python3.pkgs.jupyterlab_server: re-enable some tests
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user