Loading pkgs/development/python-modules/digitalocean/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,9 @@ buildPythonPackage rec { cd digitalocean ''; # Test tries to access the network disabledTests = ["TestFirewall"]; pythonImportsCheck = [ "digitalocean" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/digitalocean/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,9 @@ buildPythonPackage rec { cd digitalocean ''; # Test tries to access the network disabledTests = ["TestFirewall"]; pythonImportsCheck = [ "digitalocean" ]; meta = with lib; { Loading