pythonPackages.sphinx_1_2: disable checks
They would require keeping a pygments_2_0_2 branch around, just for this outdated package. Doesn't seem worth it.
This commit is contained in:
parent
9f6ca0fe15
commit
d561179789
@ -18938,6 +18938,8 @@ in modules // {
|
|||||||
};
|
};
|
||||||
patches = [];
|
patches = [];
|
||||||
disabled = isPy35;
|
disabled = isPy35;
|
||||||
|
# Tests requires Pygments >=2.0.2 which isn't worth keeping around for this:
|
||||||
|
doCheck = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
sphinx_rtd_theme = buildPythonPackage (rec {
|
sphinx_rtd_theme = buildPythonPackage (rec {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user