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:
Tobias Geerinckx-Rice 2016-01-21 04:02:43 +01:00
parent 9f6ca0fe15
commit d561179789

View file

@ -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 {