From ea7dadcaf67f5a1ab974f818e99c99948f2a312e Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Fri, 20 Jan 2017 15:38:19 +0100 Subject: pythonPackages.Pweave: disable broken tests --- pkgs/top-level/python-packages.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 1ad2a42e46a..bcfcd239a3d 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -24838,6 +24838,9 @@ in { matplotlib ]; + # fails due to trying to run CSS as test + doCheck = false; + meta = { description = "Scientific reports with embedded python computations with reST, LaTeX or markdown"; homepage = http://mpastell.com/pweave/ ; -- cgit 1.4.1