From e510dd64f1936b3f8cd4eb4f422447676a58bfe5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 20 Oct 2022 18:30:00 +0200 Subject: [PATCH] Pin uamqp==1.6.0 (#80678) --- homeassistant/package_constraints.txt | 3 +++ script/gen_requirements_all.py | 3 +++ 2 files changed, 6 insertions(+) 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 = (