Skip to content

Commit 54b5495

Browse files
toonnjonringer
authored andcommitted
cffi: Reenable checks to reveal Darwin problem
This problem can now be considered investigated.
1 parent c14efb0 commit 54b5495

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/development/python-modules/cffi/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if isPyPy then null else buildPythonPackage rec {
2222
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang
2323
"-Wno-unused-command-line-argument -Wno-unreachable-code";
2424

25-
doCheck = !stdenv.hostPlatform.isMusl && !stdenv.isDarwin; # TODO: Investigate
25+
doCheck = !stdenv.hostPlatform.isMusl;
2626

2727
checkInputs = [ pytestCheckHook ];
2828

0 commit comments

Comments
 (0)