cffi: Reenable checks to reveal Darwin problem

This problem can now be considered investigated.
This commit is contained in:
toonn 2021-10-11 21:52:04 +02:00 committed by Jonathan Ringer
parent c14efb0586
commit 54b5495e4e

View file

@ -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 ];