Skip to content
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

chore: Handle pytest warnings #1406

Merged
merged 2 commits into from
Sep 12, 2019
Merged

Conversation

jfuss
Copy link
Contributor

@jfuss jfuss commented Sep 12, 2019

Issue #, if available:
N/A

Description of changes:
Pytest had a bunch of Depreciation warnings which fell under 1 of two buckets:

  • self.assertEquals should be self.assertEqual
  • self.assertNotEquals should be self.assertNotEqual

Checklist:

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

@jfuss jfuss changed the title chore: Handle pylint warnings chore: Handle pytest warnings Sep 12, 2019
@sriram-mv sriram-mv self-requested a review September 12, 2019 23:15
@sriram-mv sriram-mv merged commit 9355b7b into aws:develop Sep 12, 2019
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.

2 participants