File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,5 @@ pymodbus==3.11.1
224
224
# Some packages don't support gql 4.0.0 yet
225
225
gql<4.0.0
226
226
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
Original file line number Diff line number Diff line change 250
250
# Some packages don't support gql 4.0.0 yet
251
251
gql<4.0.0
252
252
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
256
255
"""
257
256
258
257
GENERATED_MESSAGE = (
You can’t perform that action at this time.
0 commit comments