-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add wheel package to all containers #296
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #296 +/- ##
==========================================
+ Coverage 78.81% 79.10% +0.29%
==========================================
Files 21 21
Lines 1614 1613 -1
==========================================
+ Hits 1272 1276 +4
+ Misses 342 337 -5
☔ View full report in Codecov by Sentry. |
e1cc6db
to
ce702aa
Compare
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.
LGTM
b503b4a
to
9cb2a78
Compare
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.
Great refactoring!
I will take a look at https://pypi.org/project/requests-mock/ on a side project and then perhaps reuse here.
LGTM
# returns "compute#route" for all routes. | ||
# All this creating false alarms in log which we want to prevent. | ||
# Only way to prevent is mute error | ||
if resource_type.title() == "Route" and "The local route cannot be deleted" in str(err): |
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.
Why use .title()
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.
I don't know I was just copy/paste this from your code above :) returning question back to you :)
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.
I don't remember XD
No description provided.