-
Notifications
You must be signed in to change notification settings - Fork 134
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
Keep pbr dependency in setup_requires (fixes #308, follows #309) #310
Keep pbr dependency in setup_requires (fixes #308, follows #309) #310
Conversation
…anonical#309) Signed-off-by: Patrick Decat <pdecat@gmail.com>
Codecov Report
@@ Coverage Diff @@
## master #310 +/- ##
=======================================
Coverage 96.31% 96.31%
=======================================
Files 11 11
Lines 814 814
Branches 100 100
=======================================
Hits 784 784
Misses 10 10
Partials 20 20 Continue to review full report at Codecov.
|
Hi @ajkavanagh, you should probably consider including this fix before releasing 2.2.7. |
Without this change
With this change
|
Okay, I'm going to merge this, but want to check out some scenarios before unleashing it on pypi. |
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
Thanks for this update. This update for us in our cloud-init CI environments. |
…anonical#309) (canonical#310) Signed-off-by: Patrick Decat <pdecat@gmail.com>
Follow up on #309 to fix #308 but keep build time dependency
pbr
insetup_requires
and remove the following warning: