-
Notifications
You must be signed in to change notification settings - Fork 392
fixes #937 #938
base: develop
Are you sure you want to change the base?
fixes #937 #938
Conversation
Cumulative tests fix - lets get project great again (at least to green tests state)
We've been able to merge a couple of PRs, so we're back in business. Still not moving fast, though. :)
Make pip install command ZSH-compatbile in README
Thanks @zskulcsar -- would love to see some comments from other contributors on this one. |
@gregdek I confirm the issue. Have to use |
Hmm, weird travis breakage in all the current jobs... |
@gregdek Regarding weird breakage on develop - actually ubuntu:bionic caused that due to typo in tag (not sure how it was green in form of PR) - nevertheless - this is chore to address that #943 (again green - @gregdek can you merge chore ?) Regarding this PR breakage - it should be rebased over recent develop. @zskulcsar can you rebase your PR so it could pass the checks ? |
@gregdek ^^ Green |
Generally, approved. Should be pretty safe to merge - depends on releasing approach. Whenever 0.9.3 is a "service pack" - i.e. mostly 0.9.2 with pip fixes, and that one goes towards 0.9.4 |
@zskulcsar I am sorry, can you rebase your PR over recent develop once more? |
@@ -15,6 +15,7 @@ env: | |||
- BASE_DISTRO: ubuntu:precise | |||
- BASE_DISTRO: ubuntu:trusty | |||
- BASE_DISTRO: ubuntu:xenial | |||
- BASE_DISTRO: ubuntu:beaver |
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.
Shouldn't this be 'bionic' ?
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.
Comment correct, but not from this pr. It just needs to be correctly rebased over develop
ISSUE TYPE
SUMMARY
The original code had an if condition for the debug flag resulting in a situation when the code was running a different set of api calls.