mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
pythonPackages.aws_shell: cleanup
This commit is contained in:
parent
c71a893334
commit
d5c4737c2d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user