-
-
You must be signed in to change notification settings -
Remove setup.py
#66023
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
Remove setup.py
#66023
Conversation
* With the update to pip>=21.0, it's no longer needed for editable installs
Let's not until we have at least 1 successful night build without issues. |
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.
Opened home-assistant/actions#60 to fix the version actions. |
The action has been updated and as far as I can tell, the nightly builds are successful. |
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.
Thanks, @cdce8p 👍
Proposed change
With the update to
pip>=21.0
, it's no longer needed for editable installs.https://pip.pypa.io/en/stable/news/#id50
Ref: #59769
PR for frontend: home-assistant/frontend#11593
Type of change
Additional information
Checklist
black --fast homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
..coveragerc
.The integration reached or maintains the following Integration Quality Scale:
To help with the load of incoming pull requests: