Commit 637718ac authored by K900's avatar K900
Browse files

python311Packages.digitalocean: skip failing test

Tries to do networky stuff?
parent b3a60e37
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -40,6 +40,9 @@ buildPythonPackage rec {
    cd digitalocean
  '';

  # Test tries to access the network
  disabledTests = ["TestFirewall"];

  pythonImportsCheck = [ "digitalocean" ];

  meta = with lib; {