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

Can't run tests on CentOS 8 (missing py3 dependencies) #3621

Open
ubuntu-server-builder opened this issue May 12, 2023 · 2 comments
Open

Can't run tests on CentOS 8 (missing py3 dependencies) #3621

ubuntu-server-builder opened this issue May 12, 2023 · 2 comments
Labels
bug Something isn't working correctly launchpad Migrated from Launchpad

Comments

@ubuntu-server-builder
Copy link
Collaborator

This bug was originally filed in Launchpad as LP: #1867151

Launchpad details
affected_projects = []
assignee = None
assignee_name = None
date_closed = None
date_created = 2020-03-12T14:01:10.090578+00:00
date_fix_committed = None
date_fix_released = None
id = 1867151
importance = undecided
is_complete = False
lp_url = https://bugs.launchpad.net/cloud-init/+bug/1867151
milestone = None
owner = paride
owner_name = Paride Legovini
private = False
status = triaged
submitter = paride
submitter_name = Paride Legovini
tags = []
duplicates = []

Launchpad user Paride Legovini(paride) wrote on 2020-03-12T14:01:10.090578+00:00

The cloud-init test environment can't be set up on CentOS 8 due to missing Python 3 dependencies. The missing libraries are at least the following:

 - contextlib2
 - unittest2

Of these unittest2 is available in the PowerTools repository as python3-unittest2, the other two are not. The PowerTools repository is currently added to the test system by the test helper scripts.

For this reason the unit testing and CI testing is currently disabled on CentOS 8.

@ubuntu-server-builder ubuntu-server-builder added bug Something isn't working correctly launchpad Migrated from Launchpad labels May 12, 2023
@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Chad Smith(chad.smith) wrote on 2020-04-21T19:57:51.905538+00:00

I think we can updated this now by dropping httpretty. I currently see python3-httpretty in EPEL repo on CentOS 8.

@ubuntu-server-builder
Copy link
Collaborator Author

Launchpad user Paride Legovini(paride) wrote on 2020-04-29T16:06:38.147911+00:00

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly launchpad Migrated from Launchpad
Projects
None yet
Development

No branches or pull requests

1 participant