From d561179789d19676887f7dec6984b3d0a13cd941 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Thu, 21 Jan 2016 04:02:43 +0100 Subject: [PATCH] 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. --- pkgs/top-level/python-packages.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 5739de28ddf2..a4cfb988259a 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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 {