-
Notifications
You must be signed in to change notification settings - Fork 145
streaming_threshold not None check. Also dropping loop
parameter from aiobotocore tests.
#205
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
…es for aiobotocore
…botocore 0.12.0 changes
Codecov Report
@@ Coverage Diff @@
## master #205 +/- ##
==========================================
- Coverage 83.92% 83.54% -0.38%
==========================================
Files 77 77
Lines 3004 2924 -80
==========================================
- Hits 2521 2443 -78
+ Misses 483 481 -2
Continue to review full report at Codecov.
|
tox.ini
Outdated
@@ -98,4 +98,4 @@ commands = | |||
|
|||
[flake8] | |||
max-line-length=120 | |||
exclude=tests | |||
exclude=tests |
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.
Nit: Can you add a new line here?
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.
Looks good!
loop
parameter from aiobotocore tests.
Issue #, if available: 201
Description of changes:
While setting the streaming_threshold in
xray_recorder.configure()
, if the value is 0, the condition evaluates to false if not checked for None.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.