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

avocado-pre-release pip install #6088

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

richtja
Copy link
Contributor

@richtja richtja commented Jan 10, 2025

After the update in github CI runner the avocado install will fail with Cannot uninstall jsonschema 4.10.3, RECORD file not found. Hint: The package was installed by debian. This is caused by cached python packages in the runner. Running the pip as standalone app instead of a python module will fix this issue.

Reference:
https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250105.1 https://github.com/avocado-framework/avocado/actions/runs/12706808734/job/35421314652#step:3:93


The working CI with the fix can be seen here.

After the update in github CI runner the avocado install will fail with
`Cannot uninstall jsonschema 4.10.3, RECORD file not found. Hint: The
package was installed by debian.` This is caused by cached python
packages in the runner. Running the pip as stand alone app insted of
python module will fix this issue.

Reference:
https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250105.1
https://github.com/avocado-framework/avocado/actions/runs/12706808734/job/35421314652#step:3:93
Signed-off-by: Jan Richter <[email protected]>
@richtja richtja added the bug label Jan 10, 2025
@richtja richtja added this to the 109 - Codename TBD milestone Jan 10, 2025
@richtja richtja self-assigned this Jan 10, 2025
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

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

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #6088   +/-   ##
=========================================
  Coverage          ?   68.68%           
=========================================
  Files             ?      203           
  Lines             ?    21970           
  Branches          ?        0           
=========================================
  Hits              ?    15089           
  Misses            ?     6881           
  Partials          ?        0           

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

Copy link
Contributor

@harvey0100 harvey0100 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@richtja richtja merged commit 108ae8f into avocado-framework:master Jan 10, 2025
60 checks passed
@richtja richtja deleted the pre_release_fix branch January 10, 2025 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done 109
Development

Successfully merging this pull request may close these issues.

2 participants