summary refs log tree commit diff
path: root/pkgs/development/python-modules/digitalocean/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/digitalocean/default.nix')
-rw-r--r--pkgs/development/python-modules/digitalocean/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/digitalocean/default.nix b/pkgs/development/python-modules/digitalocean/default.nix
index 09ff7c52bdd..3d756312ded 100644
--- a/pkgs/development/python-modules/digitalocean/default.nix
+++ b/pkgs/development/python-modules/digitalocean/default.nix
@@ -40,6 +40,9 @@ buildPythonPackage rec {
     cd digitalocean
   '';
 
+  # Test tries to access the network
+  disabledTests = ["TestFirewall"];
+
   pythonImportsCheck = [ "digitalocean" ];
 
   meta = with lib; {