mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 12:42:24 +00:00
cffi: Reenable checks to reveal Darwin problem
This problem can now be considered investigated.
This commit is contained in:
parent
c14efb0586
commit
54b5495e4e
|
@ -22,7 +22,7 @@ if isPyPy then null else buildPythonPackage rec {
|
|||
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang
|
||||
"-Wno-unused-command-line-argument -Wno-unreachable-code";
|
||||
|
||||
doCheck = !stdenv.hostPlatform.isMusl && !stdenv.isDarwin; # TODO: Investigate
|
||||
doCheck = !stdenv.hostPlatform.isMusl;
|
||||
|
||||
checkInputs = [ pytestCheckHook ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue