Harden builder sandbox package install
All checks were successful
build / build (push) Successful in 10s

This commit is contained in:
robert
2026-06-07 22:10:23 -03:00
parent aba68aaf2e
commit cd1c661109
4 changed files with 12 additions and 3 deletions

View File

@@ -342,6 +342,8 @@ class TemplateInitTests(unittest.TestCase):
"export PYTHONDONTWRITEBYTECODE=1",
str(sandbox.calls[0]["script"]),
)
self.assertIn("a2a-pack>=0.1.80 unavailable", str(sandbox.calls[0]["script"]))
self.assertIn("a2a-pack==0.1.79", str(sandbox.calls[0]["script"]))
self.assertEqual(_FakeAsyncClient.posts, [])
def test_cp_deploy_tarball_posts_agent_dsl(self) -> None: