kill built_at field in run config

This commit is contained in:
Ashwin Bharambe 2024-11-17 20:42:11 -08:00
parent b1d119466e
commit fa1d29cfdc
15 changed files with 0 additions and 20 deletions

View file

@ -6,7 +6,6 @@
import json
import tempfile
from datetime import datetime
from typing import Any, Dict, List, Optional
from llama_stack.distribution.datatypes import * # noqa: F403
@ -37,7 +36,6 @@ async def construct_stack_for_test(
) -> TestStack:
sqlite_file = tempfile.NamedTemporaryFile(delete=False, suffix=".db")
run_config = dict(
built_at=datetime.now(),
image_name="test-fixture",
apis=apis,
providers=providers,