-
Notifications
You must be signed in to change notification settings - Fork 56
chore: fix all CI and start migration to GitHub Actions #139
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 and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- remove 3.4 - add 3.8
- fixes issues with multiple service mocks in Python 2 - module scope avoids resetting the mocked service for tests that use multiple mocked tables
…g fast tests for Python 2
- The ls command was getting a relative path when the script ran but a bare filename in manual checks.
Tag.NULL.tag: _deserialize_null, | ||
Tag.LIST.tag: _deserialize_list, | ||
Tag.MAP.tag: _deserialize_map, | ||
Tag.BINARY.tag: _deserialize_binary, # pylint: disable=no-member |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we just disable this check globally?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it's a good check to have, it just seems to get confused with the way that we're constructing enums with custom attributes.
Issues:
aws/crypto-tools#21
fixes: #67
Description of changes:
This cleans up a lot of issues that were breaking CI and starts the migration of non-integ CI to GitHub Actions.
GitHub Actions workflows:
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Check any applicable: