about summary refs log tree commit diff
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2017-06-20 16:08:47 -0400
committerShea Levy <shea@shealevy.com>2017-06-20 16:08:47 -0400
commita21ddfb1586c38cc37fccaab27af345777798115 (patch)
treebd25d623e66272c67f1ecb1bb1049d3c32170717
parent6fd606bdf3a1718577b37d08c39b7c90b7dbbfb3 (diff)
pythonPackages.bcdoc: Disable 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 d4f6bf2693dc9..ec89d81479de3 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -1971,6 +1971,9 @@ in {
 
     buildInputs = with self; [ docutils six ];
 
+    # Tests fail due to nix file timestamp normalization.
+    doCheck = false;
+
     meta = {
       homepage = https://github.com/botocore/bcdoc;
       license = licenses.asl20;