python-cffi: disable tests on musl :3
This commit is contained in:
parent
6ae1bd4502
commit
ab92d028f6
@ -32,6 +32,7 @@ if isPyPy then null else buildPythonPackage rec {
|
|||||||
# The tests use -Werror but with python3.6 clang detects some unreachable code.
|
# The tests use -Werror but with python3.6 clang detects some unreachable code.
|
||||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionals stdenv.cc.isClang [ "-Wno-unused-command-line-argument" "-Wno-unreachable-code" ];
|
NIX_CFLAGS_COMPILE = stdenv.lib.optionals stdenv.cc.isClang [ "-Wno-unused-command-line-argument" "-Wno-unreachable-code" ];
|
||||||
|
|
||||||
|
doCheck = !stdenv.hostPlatform.isMusl; # TODO: Investigate
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
py.test
|
py.test
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user