test_clusterip_service_endpoint fails on import error
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Charmed Kubernetes Testing |
New
|
Undecided
|
Unassigned |
Bug Description
In testrun:
https:/
The k8s validation fails with:
=======
2022-05-12-01:35:56 root DEBUG Traceback (most recent call last):
2022-05-12-01:35:56 root DEBUG File "/home/
2022-05-12-01:35:56 root DEBUG from piptools.
2022-05-12-01:35:56 root DEBUG File "/home/
2022-05-12-01:35:56 root DEBUG from ..repositories import PyPIRepository
2022-05-12-01:35:56 root DEBUG File "/home/
2022-05-12-01:35:56 root DEBUG from .local import LocalRequiremen
2022-05-12-01:35:56 root DEBUG File "/home/
2022-05-12-01:35:56 root DEBUG from .pypi import PyPIRepository
2022-05-12-01:35:56 root DEBUG File "/home/
2022-05-12-01:35:56 root DEBUG from pip._internal.
2022-05-12-01:35:56 root DEBUG ImportError: cannot import name 'BAR_TYPES' from 'pip._internal.
2022-05-12-01:35:56 root DEBUG ERROR: InvocationError for command /home/ubuntu/
2022-05-12-01:35:56 root DEBUG _______
2022-05-12-01:35:56 root DEBUG ERROR: py3: commands failed
=======
We are on version 1.24. Maybe its an idea to pin the requirements to specific versions?