Skip to content

Commit 1b8829d

Browse files
committed
drop! awscli2: don't run twisted tests on darwin
They break constantly.
1 parent 306e08e commit 1b8829d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pkgs/tools/admin/awscli2/default.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{ lib
2+
, stdenv
23
, python3
34
, groff
45
, less
@@ -23,6 +24,9 @@ let
2324
sha256 = "sha256-uF0FZ7hmYUmpMXJxLmiSBzQzPAzn6Jt4s+mH9x5e1Pk=";
2425
};
2526
});
27+
twisted = super.twisted.overridePythonAttrs (o: {
28+
doCheck = stdenv.hostPlatform.isLinux;
29+
});
2630
};
2731
};
2832

0 commit comments

Comments
 (0)