release-engineering / ubi-population-tool

A tool for populating UBI repositories.
GNU General Public License v3.0
3 stars 14 forks source link

Use urllib3 < 2 #206

Closed rbikar closed 1 year ago

rbikar commented 1 year ago

In the latest release of urllib3 there were some backwards incompatible changes released. Let's stick to urllib3 < 2 for the time being.

The affected code will likely be refactored or removed soon.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (171aa8e) 96.58% compared to head (bd4a7fc) 96.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #206 +/- ## ======================================= Coverage 96.58% 96.58% ======================================= Files 7 7 Lines 850 850 ======================================= Hits 821 821 Misses 29 29 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

rbikar commented 1 year ago

Jenkins tests will be fix by subsequent PR: https://github.com/release-engineering/ubi-population-tool/pull/205 (currently in draft)