pythonPackages.cython: disable tests temporarily

This commit is contained in:
Frederik Rietdijk 2017-04-18 09:44:08 +02:00
parent b78940b850
commit 50fb47df49

View file

@ -4282,6 +4282,10 @@ in {
${if stdenv.cc.isClang or false then ''--exclude="(cpdef_extern_func|libcpp_algo)"'' else ""}
'';
# Disable tests temporarily
# https://github.com/cython/cython/issues/1676
doCheck = false;
meta = {
description = "An optimising static compiler for both the Python programming language and the extended Cython programming language";
platforms = platforms.all;