forked from mirrors/nixpkgs
pythonPackages.pygments: disable tests
This commit is contained in:
parent
3bb7c30cca
commit
4bd7239f50
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue