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 New Issue
Block a user