Skip to content

Commit

Permalink
drop! awscli2: don't run twisted tests on darwin
Browse files Browse the repository at this point in the history
They break constantly.
  • Loading branch information
jsoo1 committed Sep 7, 2023
1 parent 306e08e commit 1b8829d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/tools/admin/awscli2/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{ lib
, stdenv
, python3
, groff
, less
Expand All @@ -23,6 +24,9 @@ let
sha256 = "sha256-uF0FZ7hmYUmpMXJxLmiSBzQzPAzn6Jt4s+mH9x5e1Pk=";
};
});
twisted = super.twisted.overridePythonAttrs (o: {
doCheck = stdenv.hostPlatform.isLinux;
});
};
};

Expand Down

0 comments on commit 1b8829d

Please sign in to comment.