pythonPackages.CommonMark: disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-24 19:36:07 +01:00
parent 33c3e2e404
commit 28b460cdaa

View File

@ -3060,6 +3060,8 @@ in modules // {
LC_ALL="en_US.UTF-8";
doCheck = false;
buildInputs = with self; [ flake8 pkgs.glibcLocales ];
propagatedBuildInputs = with self; [ future ];