8000 Changing import as powerview api did change. by sander76 · Pull Request #3780 · home-assistant/core · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Changing import as powerview api did change. #3780

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

Merged
merged 1 commit into from
Oct 11, 2016
Merged

Changing import as powerview api did change. #3780

merged 1 commit into from
Oct 11, 2016

Conversation

sander76
Copy link
Contributor
@sander76 sander76 commented Oct 9, 2016

Description:
Changing imports as powerview api has changed.

Checklist:

If user exposed functionality or configuration variables are added/changed:

If the code communicates with devices, web services, or third-party tools:

  • Local tests with tox run successfully. Your PR cannot be merged unless tests pass
  • New dependencies have been added to the REQUIREMENTS variable (example).
  • New dependencies are only imported inside functions that use them (example).
  • New dependencies have been added to requirements_all.txt by running script/gen_requirements_all.py.
  • New files were added to .coveragerc.

If the code does not interact with devices:

  • Local tests with tox run successfully. Your PR cannot be merged unless tests pass
  • Tests have been added to verify that the new code works.

@mention-bot
Copy link

@sander76, thanks for your PR! By analyzing the history of the files in this pull request, we identified @robbiet480, @balloob and @fabaff to be potential reviewers.

@sander76
Copy link
Contributor Author
sander76 commented Oct 9, 2016

Travis fails. I need to update my requirements_all.txt file. (running gen_requirements_all.py). But I have done that. Can anyone give me some ideas what to do now ?

'https://github.com/sander76/powerviewApi/'
'archive/cc6f75dd39160d4aaf46cb2ed9220136b924bcb4.zip#powerviewApi==0.2']
'https://github.com/sander76/powerviewApi/archive'
'/246e782d60d5c0addcc98d7899a0186f9d5640b0.zip'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are missing something like #powerviewApi=0.2 at the end of the requirements line.

@@ -64,6 +64,9 @@ cherrypy==8.1.0
coinmarketcap==2.0.1

# homeassistant.scripts.check_config
colorama<=1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be getting updated. Please make sure you are on the latest dev version before running gen_requirements_all.py.

Copy link
Contributor Author
@sander76 sander76 Oct 10, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@robbiet480
I am.... As a check I did a clone of the original repo (balloob's) and did a python script/gen_requirements_all.py (being on dev.). It also adds the colorama entry. So there is something going wrong...

@sander76
Copy link
Contributor Author

@robbiet480 Did a manual remove of the colorama entry. Checks are passing now. Is this ok now you think ?

@robbiet480 robbiet480 added this to the 0.30.2 milestone Oct 11, 2016
@balloob balloob modified the milestones: 0.31, 0.30.2 Oct 11, 2016
@balloob balloob merged commit b19ec21 into home-assistant:dev Oct 11, 2016
@sander76 sander76 deleted the new_imports branch February 27, 2017 07:53
@home-assistant home-assistant locked and limited conversation to collaborators Jun 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0