mirror of
https://github.com/home-assistant/core.git
synced 2025-08-29 17:31:41 +02:00
Pin pytest-rerunfailures to 15.1 (#151383)
This commit is contained in:
@@ -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
|
||||
|
@@ -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 = (
|
||||
|
Reference in New Issue
Block a user