Skip to content
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

Fix Python Tests Dependency Installation Error on Beta #360

Merged
merged 5 commits into from
Oct 5, 2024

Conversation

bmos
Copy link
Contributor

@bmos bmos commented Sep 29, 2024

You had bumped the version number of homeassistant in requirements_dev but not the version number of pytest-homeassistant-custom-component in requirements_test leading to a dependency conflict.

@bmos bmos requested a review from iMicknl as a code owner September 29, 2024 22:19
@bmos bmos changed the title Fix Python Check Dependency Installation Error on Beta Fix Python Tests Dependency Installation Error on Beta Sep 29, 2024
@bmos
Copy link
Contributor Author

bmos commented Sep 29, 2024

It might actually be best to not specify the version number of pytest-homeassistant-custom-component at all so that the matching version will be chosen automatically.

Copy link
Owner

@iMicknl iMicknl left a comment

Choose a reason for hiding this comment

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

Thanks!

@iMicknl iMicknl merged commit 9703e6a into iMicknl:beta Oct 5, 2024
2 checks passed
@bmos bmos deleted the patch-1 branch October 5, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants