mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix e2e
This commit is contained in:
parent
09182b73dc
commit
b9799fcf4b
3 changed files with 1061 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -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
1057
tests/e2e/uv.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue