Skip to content

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

Merged
merged 23 commits into from
Aug 31, 2020
Merged

chore: fix all CI and start migration to GitHub Actions #139

merged 23 commits into from
Aug 31, 2020

Conversation

mattsb42-aws
Copy link
Member

@mattsb42-aws mattsb42-aws commented Jun 12, 2020

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:

  • Were any files moved? Moving files changes their URL, which breaks all hyperlinks to the files.

@mattsb42-aws mattsb42-aws requested a review from robin-aws June 12, 2020 23:50
@mattsb42-aws mattsb42-aws changed the title chore: force tox to update pip chore: fix all CI and start migration to GitHub Actions Aug 25, 2020
@mattsb42-aws mattsb42-aws requested review from farleyb-amazon and MatthewBennington and removed request for robin-aws August 25, 2020 21:49
Tag.NULL.tag: _deserialize_null,
Tag.LIST.tag: _deserialize_list,
Tag.MAP.tag: _deserialize_map,
Tag.BINARY.tag: _deserialize_binary, # pylint: disable=no-member
Copy link
Contributor

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?

Copy link
Member Author

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.

@mattsb42-aws mattsb42-aws merged commit 27bb2c0 into aws:master Aug 31, 2020
@mattsb42-aws mattsb42-aws deleted the tox branch August 31, 2020 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clean up linting
2 participants