Skip to content

Commit

Permalink
Fix CI checks by avoiding incompatible Python modules
Browse files Browse the repository at this point in the history
Avoid installing urllib3>=2 for CI runs as the responses module is not
compatible with that version yet (leading to failing tests because
mocking HTTP responses in not working correctly).

Supposedly getsentry/responses#635 is the
relevant upstream issue.
  • Loading branch information
Martchus committed Jun 13, 2023
1 parent 0bb19e5 commit 67caf97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ ruamel.yaml
beautifulsoup4
black
jsonschema
urllib3<2 # responses needs <2, see https://github.com/getsentry/responses/issues/635

0 comments on commit 67caf97

Please sign in to comment.