You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fixes
Proxy image not rebuilt after GC prunes it — When the housekeeping thread pruned the proxy container image, subsequent start_proxy() calls failed with a Podman "short-name did not resolve" error. The proxy image is now rebuilt on demand when missing or stale. (#321)
Test warning noise under xdist — Filtered PytestUnraisableExceptionWarning from third-party plugin leaks (pytest-socket, pytest-asyncio) under xdist, which were false positives triggered by the strict warning-as-error policy added in v0.17.1. (#322)