dill: disable tests

This commit is contained in:
Domen Kožar 2016-01-24 18:13:53 +01:00 committed by Frederik Rietdijk
parent 707f512c7d
commit 31e465b584

View File

@ -4527,6 +4527,9 @@ in modules // {
propagatedBuildInputs = with self; [objgraph];
# failing tests
doCheck = false;
meta = {
description = "Serialize all of python (almost)";
homepage = http://www.cacr.caltech.edu/~mmckerns/dill.htm;