-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
[3959195314] Upstream Reporter: smoparth
Upstream issue status: Closed
Upstream description:
Add smoke tests that verify the base container images have working package manager configurations for:
1. *pip* – configured via `/etc/pip.conf` with `index-url`
2. *uv* – configured via `/etc/uv/uv.toml` with `index-url`, used for faster installsUsing *--dry-run* with pip and *uv pip compile* to keep the test read-only (no files written to the container), which is required since tests share a session-scoped container.
Identifies broken index-url, missing CA certs, or malformed config issues.
- links to