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
1 changed files with 2 additions and 0 deletions
|
@ -18938,6 +18938,8 @@ in modules // {
|
|||
};
|
||||
patches = [];
|
||||
disabled = isPy35;
|
||||
# Tests requires Pygments >=2.0.2 which isn't worth keeping around for this:
|
||||
doCheck = false;
|
||||
};
|
||||
|
||||
sphinx_rtd_theme = buildPythonPackage (rec {
|
||||
|
|
Loading…
Reference in a new issue