pythonPackages.bcdoc: Disable tests

This commit is contained in:
Shea Levy 2017-06-20 16:08:47 -04:00
parent 6fd606bdf3
commit a21ddfb158

View File

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