Updates to handle new pylint requirements by mattsb42-aws · Pull Request #196 · aws/aws-encryption-sdk-python (original) (raw)

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation3 Commits6 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

mattsb42-aws

Description of changes:

Recent pylint releases added some additional checks.
These changes handle those appropriately.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Check any applicable:

@mattsb42-aws

attrs==19.2.0 removed a deprecated feature that aws-encryption-sdk==1.3.3 depended on. This reorganization lets us define specific requirements bounds for old versions of aws-encryption-sdk that will probably continue to be necessary as these old versions age.

@mattsb42-aws

lavaleri

@@ -0,0 +1,2 @@
aws-encryption-sdk==1.3.3
attrs<19.2.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did we add a version for attrs here?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bah...didn't expand the comment :(

attrs==19.2.0 removed a deprecated feature that aws-encryption-sdk==1.3.3 depended on.
This reorganization lets us define specific requirements bounds for old versions of aws-encryption-sdk
that will probably continue to be necessary as these old versions age.

lavaleri

@mattsb42-aws

lavaleri

mattsb42-aws added a commit that referenced this pull request

Oct 4, 2019

@mattsb42-aws

Co-Authored-By: Matt Bullock bullocm@amazon.com

2 participants

@mattsb42-aws @lavaleri