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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user