Skip to content

HA 2026.5 support#828

Open
dmamelin wants to merge 8 commits intocustom-components:masterfrom
dmamelin:ha-2026-5
Open

HA 2026.5 support#828
dmamelin wants to merge 8 commits intocustom-components:masterfrom
dmamelin:ha-2026-5

Conversation

@dmamelin
Copy link
Copy Markdown
Contributor

@dmamelin dmamelin commented May 1, 2026

Fixing #827 required updating pytest-homeassistant-custom-component, which in turn requires Python 3.14.
But after moving to the new Python version, the tests broke: HA could no longer load the pyscript integration because os.path.isfile was being patched globally in the tests.

I don't know why this worked before - homeassistant/loader.py hasn't changed in a long time. Most likely this is due to changes in CPython: python/cpython#118243

@dmamelin
Copy link
Copy Markdown
Contributor Author

dmamelin commented May 1, 2026

A small dependency-version hell - everything works locally, but I need a bit more time.

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.

1 participant