pythonPackages.pygments: disable tests

This commit is contained in:
Frederik Rietdijk 2016-01-24 12:48:58 +01:00
parent 3bb7c30cca
commit 4bd7239f50

View File

@ -15914,6 +15914,9 @@ in modules // {
propagatedBuildInputs = with self; [ docutils ];
# Circular dependency with sphinx
doCheck = false;
meta = {
homepage = http://pygments.org/;
description = "A generic syntax highlighter";