mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
python.pkgs.cffi: disable a test
This commit is contained in:
parent
c1e003ff2f
commit
5b744f4cd9
@ -33,7 +33,7 @@ if isPyPy then null else buildPythonPackage rec {
|
||||
|
||||
doCheck = !stdenv.hostPlatform.isMusl; # TODO: Investigate
|
||||
checkPhase = ''
|
||||
py.test
|
||||
py.test -k "not test_char_pointer_conversion"
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user