pythonPackages.bcdoc: Disable tests
This commit is contained in:
parent
6fd606bdf3
commit
a21ddfb158
@ -1971,6 +1971,9 @@ in {
|
|||||||
|
|
||||||
buildInputs = with self; [ docutils six ];
|
buildInputs = with self; [ docutils six ];
|
||||||
|
|
||||||
|
# Tests fail due to nix file timestamp normalization.
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/botocore/bcdoc;
|
homepage = https://github.com/botocore/bcdoc;
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user