Skip to content

Commit 0a07bf2

Browse files
ref: upgrade pytest-rerunfailures (#81116)
this should allow us to upgrade pytest finally <!-- Describe your PR here. -->
1 parent 3ccad9e commit 0a07bf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev-frozen.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ pytest-django==4.9.0
152152
pytest-fail-slow==0.3.0
153153
pytest-json-report==1.5.0
154154
pytest-metadata==3.1.1
155-
pytest-rerunfailures==14.0
155+
pytest-rerunfailures==15.0
156156
pytest-sentry==0.3.0
157157
pytest-xdist==3.0.2
158158
python-dateutil==2.9.0

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pytest-cov>=4.0.0
1414
pytest-django>=4.9.0
1515
pytest-fail-slow>=0.3.0
1616
pytest-json-report>=1.5.0
17-
pytest-rerunfailures>=14
17+
pytest-rerunfailures>=15
1818
pytest-sentry>=0.3.0
1919
pytest-xdist>=3
2020
responses>=0.23.1

0 commit comments

Comments
 (0)