about summary refs log tree commit diff
path: root/pkgs/development/python-modules/cffi
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-11-04 10:20:06 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-11-04 10:20:06 +0100
commit5b744f4cd9aca7097edbabdc8f974c45cba7fe26 (patch)
treedee4a048d6f26d6691e1e791ebdb94a1b87e9b00 /pkgs/development/python-modules/cffi
parentc1e003ff2f8a43189d48b7194ec8556aa3d88641 (diff)
python.pkgs.cffi: disable a test
Diffstat (limited to 'pkgs/development/python-modules/cffi')
-rw-r--r--pkgs/development/python-modules/cffi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cffi/default.nix b/pkgs/development/python-modules/cffi/default.nix
index 3f1456f6e948d..18826d46b860f 100644
--- a/pkgs/development/python-modules/cffi/default.nix
+++ b/pkgs/development/python-modules/cffi/default.nix
@@ -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; {