diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index dddaec8712f..483f8e6d9ee 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -131,3 +131,6 @@ iso4217!=1.10.20220401 # Pandas 1.4.4 has issues with wheels om armhf + Py3.10 pandas==1.4.3 + +# uamqp 1.6.1, has 1 failing test during built on armv7/armhf +uamqp==1.6.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index dc55b37b956..bbc970f9178 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -141,6 +141,9 @@ iso4217!=1.10.20220401 # Pandas 1.4.4 has issues with wheels om armhf + Py3.10 pandas==1.4.3 + +# uamqp 1.6.1, has 1 failing test during built on armv7/armhf +uamqp==1.6.0 """ IGNORE_PRE_COMMIT_HOOK_ID = (