getsentry / responses

A utility for mocking out the Python Requests library.
Apache License 2.0
4.08k stars 347 forks source link

fix CI coverage #678

Closed beliaev-maksim closed 9 months ago

beliaev-maksim commented 9 months ago

change the order of dependencies installation to ensure that urllib3 is not overwritten

otherwise we have an issue that we do not test urllib3<2

codecov[bot] commented 9 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

:loudspeaker: Thoughts on this report? Let us know!.

beliaev-maksim commented 9 months ago

will merge this fix into #677