pystac-client icon indicating copy to clipboard operation
pystac-client copied to clipboard

urllib3 release breaks tests

Open jsignell opened this issue 2 years ago • 4 comments

It looks like urllib3 2.0.2 was released yesterday and it seems to be causing the tests to fail: #508

It might be related to https://github.com/psf/requests/issues/6432 or something else

jsignell avatar May 04 '23 15:05 jsignell

I think it's just this? https://github.com/kevin1024/vcrpy/issues/688#issuecomment-1533416925

Latest requests supports urllib3: https://github.com/psf/requests/releases/tag/v2.30.0

gadomski avatar May 04 '23 15:05 gadomski

Nice sleuthing. So we just wait with faiing tests or should we pin around it temporarily with the understanding that we will not release with a ceiling?

jsignell avatar May 04 '23 15:05 jsignell

LOL I was in the process of writing https://github.com/stac-utils/pystac-client/pull/480#issuecomment-1534967556, let's ceil and move along.

gadomski avatar May 04 '23 15:05 gadomski

Leaving this open to track reverting https://github.com/stac-utils/pystac-client/pull/508 before release.

jsignell avatar May 04 '23 15:05 jsignell