Skip to content

Commit

Permalink
python3.pkgs.jupyterlab_server: re-enable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abbradar committed Jan 11, 2022
1 parent 1b29f6f commit 2285d93
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pkgs/development/python-modules/jupyterlab_server/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit 2285d93

Please sign in to comment.