Skip to content

Commit be234e4

Browse files
authored
Pin pytest-sentry (#92190)
Do not install `pytest-sentry` 0.4 because it is only compatible with python sdk 3.0.
1 parent 3439e40 commit be234e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pytest-django>=4.9.0
1616
pytest-fail-slow>=0.3.0
1717
pytest-json-report>=1.5.0
1818
pytest-rerunfailures>=15
19-
pytest-sentry>=0.3.0
19+
pytest-sentry>=0.3.0,<0.4.0
2020
pytest-workaround-12888
2121
pytest-xdist>=3
2222
responses>=0.23.1

0 commit comments

Comments
 (0)