1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 14:11:36 +00:00

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 ];