cffi: Reenable checks to reveal Darwin problem
This problem can now be considered investigated.
This commit is contained in:
@@ -22,7 +22,7 @@ if isPyPy then null else buildPythonPackage rec {
|
|||||||
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang
|
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang
|
||||||
"-Wno-unused-command-line-argument -Wno-unreachable-code";
|
"-Wno-unused-command-line-argument -Wno-unreachable-code";
|
||||||
|
|
||||||
doCheck = !stdenv.hostPlatform.isMusl && !stdenv.isDarwin; # TODO: Investigate
|
doCheck = !stdenv.hostPlatform.isMusl;
|
||||||
|
|
||||||
checkInputs = [ pytestCheckHook ];
|
checkInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user