From 22005dd48a17bf566bb420378434894c5f94aa24 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 29 Aug 2025 16:03:32 +0200 Subject: [PATCH] Pin pytest-rerunfailures to 15.1 (#151383) --- homeassistant/package_constraints.txt | 4 ++++ script/gen_requirements_all.py | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index a3ab1a54eea..71990e7a19b 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -223,3 +223,7 @@ pymodbus==3.11.1 # Some packages don't support gql 4.0.0 yet gql<4.0.0 + +# pytest-rerunfailures 16.0 breaks pytest, pin 15.1 until resolved +# https://github.com/pytest-dev/pytest-rerunfailures/issues/302 +pytest-rerunfailures==15.1 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 9f65409b9be..ba35a80da82 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -249,6 +249,10 @@ pymodbus==3.11.1 # Some packages don't support gql 4.0.0 yet gql<4.0.0 + +# pytest-rerunfailures 16.0 breaks pytest, pin 15.1 until resolved +# https://github.com/pytest-dev/pytest-rerunfailures/issues/302 +pytest-rerunfailures==15.1 """ GENERATED_MESSAGE = (