This commit is contained in:
Adil Hafeez 2025-12-26 09:03:32 -08:00
parent 09182b73dc
commit b9799fcf4b
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
3 changed files with 1061 additions and 0 deletions

View file

@ -26,6 +26,9 @@ dev = [
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["."]
[tool.pytest.ini_options]
python_files = ["test*.py"]
addopts = ["-v", "-s"]

View file

@ -31,6 +31,7 @@ log building and installing plano cli
log ==================================
cd ../../cli
uv sync
uv tool install .
cd -
log building docker image for arch gateway

1057
tests/e2e/uv.lock generated Normal file

File diff suppressed because it is too large Load diff