-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix: Simplify how we process test dependencies, which are supposed to include all extras. #4513
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4513 +/- ##
==========================================
- Coverage 87.36% 87.36% -0.01%
==========================================
Files 389 389
Lines 36638 36638
==========================================
- Hits 32008 32007 -1
- Misses 4630 4631 +1 ☔ View full report in Codecov by Sentry. |
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.
/bot run pr
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
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.
Could you fix title to match format in CONTRIBUTING.md
- Does this change how new test dependencies are added?
- Where else are the dependencies that we are removing included? (ex, you are deleting
docker-py=5.0.2,<7.0.0
is this installed anywhere else?)
Have fixed the title and the commit message. |
… include all extras.
Got you makes sense, nice fix |
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.
/bot run pr
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
… include all extras. (aws#4513) Co-authored-by: Shailav Taneja <none>
… include all extras. (aws#4513) Co-authored-by: Shailav Taneja <none>
Issue #, if available:
Description of changes:
Change: An alternative to adding extras to test requirements explicitly, all the time.
Testing done:
pip install .
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
unique_name_from_base
to create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.