mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
pythonPackages.boto3: disable tests (fails due to network access)
The test failure started happening with commit
8d18f67a97
("awscli: 1.11.45 -> 1.11.75"). That commit
also updates botocore, a dependency of boto3.
This unbreaks 'nixops' (a dependee).
This commit is contained in:
parent
e3559c23c2
commit
6047401a71
1 changed files with 3 additions and 0 deletions
|
@ -3187,6 +3187,9 @@ in {
|
|||
runHook postCheck
|
||||
'';
|
||||
|
||||
# Network access
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/boto/boto3;
|
||||
license = stdenv.lib.licenses.asl20;
|
||||
|
|
Loading…
Reference in a new issue