Skip to content

Commit

Permalink
pythonPackages.boto3: disable tests (fails due to network access)
Browse files Browse the repository at this point in the history
The test failure started happening with commit
8d18f67 ("awscli: 1.11.45 -> 1.11.75"). That commit
also updates botocore, a dependency of boto3.

This unbreaks 'nixops' (a dependee).
  • Loading branch information
bjornfor committed Apr 11, 2017
1 parent e3559c2 commit 6047401
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -3187,6 +3187,9 @@ in {
runHook postCheck
'';

# Network access
doCheck = false;

meta = {
homepage = https://github.com/boto/boto3;
license = stdenv.lib.licenses.asl20;
Expand Down

0 comments on commit 6047401

Please sign in to comment.