summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2017-01-20 15:38:19 +0100
committerRobin Gloster <mail@glob.in>2017-01-20 15:39:14 +0100
commitea7dadcaf67f5a1ab974f818e99c99948f2a312e (patch)
treeab9d1fbae120dcbe9701b0b4099901433fe0fdd0
parent34c52896d18615363cf6cc7936b1b610ab67bbdc (diff)
downloadnixpkgs-ea7dadcaf67f5a1ab974f818e99c99948f2a312e.tar
nixpkgs-ea7dadcaf67f5a1ab974f818e99c99948f2a312e.tar.gz
nixpkgs-ea7dadcaf67f5a1ab974f818e99c99948f2a312e.tar.bz2
nixpkgs-ea7dadcaf67f5a1ab974f818e99c99948f2a312e.tar.lz
nixpkgs-ea7dadcaf67f5a1ab974f818e99c99948f2a312e.tar.xz
nixpkgs-ea7dadcaf67f5a1ab974f818e99c99948f2a312e.tar.zst
nixpkgs-ea7dadcaf67f5a1ab974f818e99c99948f2a312e.zip
pythonPackages.Pweave: disable broken tests
-rw-r--r--pkgs/top-level/python-packages.nix3
1 files changed, 3 insertions, 0 deletions
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/ ;