pythonPackages.aws_shell: cleanup

This commit is contained in:
Frederik Rietdijk 2017-02-12 12:01:35 +01:00 committed by Robin Gloster
parent c71a893334
commit d5c4737c2d

View File

@ -1600,10 +1600,10 @@ in {
sha256 = "1pw9lrdjl24n6lrs6lnqpyiyic8bdxgvhyqvb2rx6kkbjrfhhgv5";
url = "mirror://pypi/a/aws-shell/aws-shell-${version}.tar.gz";
};
# Why does it propagate packages that are used for testing?
propagatedBuildInputs = with self; [
configobj prompt_toolkit awscli boto3 pygments mock pytest
pytestcov unittest2 tox
awscli prompt_toolkit boto3 configobj pygments
];
#Checks are failing due to missing TTY, which won't exist.