Skip to content

Commit 61c904d

Browse files
authored
Update pytest-rerunfailures to 16.0.1 (#151573)
1 parent a8ff14e commit 61c904d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

homeassistant/package_constraints.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,5 @@ pymodbus==3.11.1
224224
# Some packages don't support gql 4.0.0 yet
225225
gql<4.0.0
226226

227-
# pytest-rerunfailures 16.0 breaks pytest, pin 15.1 until resolved
228-
# https://github.com/pytest-dev/pytest-rerunfailures/issues/302
229-
pytest-rerunfailures==15.1
227+
# Pin pytest-rerunfailures to prevent accidental breaks
228+
pytest-rerunfailures==16.0.1

script/gen_requirements_all.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,8 @@
250250
# Some packages don't support gql 4.0.0 yet
251251
gql<4.0.0
252252
253-
# pytest-rerunfailures 16.0 breaks pytest, pin 15.1 until resolved
254-
# https://github.com/pytest-dev/pytest-rerunfailures/issues/302
255-
pytest-rerunfailures==15.1
253+
# Pin pytest-rerunfailures to prevent accidental breaks
254+
pytest-rerunfailures==16.0.1
256255
"""
257256

258257
GENERATED_MESSAGE = (

0 commit comments

Comments
 (0)