Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

resultsdb-api support on 3.8 fix #6086

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

richtja
Copy link
Contributor

@richtja richtja commented Jan 3, 2025

The resultsdb-api uses urllib as dependency. The urllib dropped support for the python 3.8 in the version 2.3.0. Let's use older version of urllib to keep python 3.8 support for resultsdb plugin.

Reference:
https://urllib3.readthedocs.io/en/stable/changelog.html#deprecations-and-removals


This is a fix for CI failures like this one.

The resultsdb-api uses urllib as dependency. The urllib dropped support
for the python 3.8 in the version 2.3.0. Let's use older version of
urllib to keep python 3.8 support for resultsdb plugin.

Reference:
https://urllib3.readthedocs.io/en/stable/changelog.html#deprecations-and-removals
Signed-off-by: Jan Richter <[email protected]>
@richtja richtja added the bug label Jan 3, 2025
@richtja richtja added this to the 109 - Codename TBD milestone Jan 3, 2025
@richtja richtja self-assigned this Jan 3, 2025
Copy link

codecov bot commented Jan 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (master@56b8eec). Learn more about missing BASE report.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #6086   +/-   ##
=========================================
  Coverage          ?   68.63%           
=========================================
  Files             ?      202           
  Lines             ?    21925           
  Branches          ?        0           
=========================================
  Hits              ?    15048           
  Misses            ?     6877           
  Partials          ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Review Requested
Development

Successfully merging this pull request may close these issues.

1 participant