Skip to content

Fix CI: downgrade pytest-homeassistant-custom-component version requirement - #13

Merged
patricknitsch merged 2 commits into
mainfrom
copilot/fix-failing-github-actions-job
Jul 20, 2026
Merged

Fix CI: downgrade pytest-homeassistant-custom-component version requirement#13
patricknitsch merged 2 commits into
mainfrom
copilot/fix-failing-github-actions-job

Conversation

Copilot AI commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

requirements_test.txt pinned pytest-homeassistant-custom-component>=0.13.346, but versions 0.13.317+ require Python ≥3.14 — the CI workflow runs Python 3.13, making that version range unresolvable by pip.

Change

  • requirements_test.txt: Lower floor from >=0.13.346>=0.13.316, the latest release compatible with Python 3.13.

Copilot AI changed the title [WIP] Fix failing GitHub Actions job 'test' Fix CI: downgrade pytest-homeassistant-custom-component version requirement Jul 20, 2026
Copilot AI requested a review from patricknitsch July 20, 2026 17:58
@patricknitsch
patricknitsch marked this pull request as ready for review July 20, 2026 17:59
@patricknitsch
patricknitsch merged commit 6f0bfe9 into main Jul 20, 2026
1 check passed
@patricknitsch
patricknitsch deleted the copilot/fix-failing-github-actions-job branch July 20, 2026 18:01
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