Skip to content

Commit 4ebedd2

Browse files
authored
Merge pull request #600 from plugwise/aiohttp
Remove workarounds (HA-core updated to aiohttp 3.10.1
2 parents d623b1b + cb88722 commit 4ebedd2

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Changelog
22

3-
## ongoing
4-
5-
- Note2self; remove aiohttp 3.10 test fixing in scripts/* and verify workflow
6-
73
## v0.38.3
84

95
- Implement fix for Core Issue [#119686](https://github.com/home-assistant/core/issues/119686)

patch/aiohttp310.patch

Lines changed: 0 additions & 19 deletions
This file was deleted.

scripts/tests_and_coverage.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ pre-commit install
2626
pre-commit install-hooks
2727
pip install uv
2828
uv pip install -r requirements_test.txt -r requirements_commit.txt
29-
# TODO: Remove after update of aiohttp beyond 3.10.0
30-
# shellcheck disable=SC2015
31-
uv pip show aiohttp | grep -q "Version: 3.10.0" && (grep -q "core.locations" venv/lib/python*/site-packages/aiohttp/web_urldispatcher.py && echo " *** aiohttp already patched" || ( echo "Patching aiohttp 3.10.0 for tests"; patch -tRup0 venv/lib/python*/site-packages/aiohttp/web_urldispatcher.py < patch/aiohttp310.patch && echo " *** aiohttp Patched!" || echo " *** aiohttp patch failed?")) || ( echo " ***"; echo " *** WE CAN REMOVE THE PATCH FOR aiohttp 3.10.0 from $0"; echo " ***" )
3229

3330
set +u
3431

0 commit comments

Comments
 (0)