Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions integration-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ docstring-code-line-length = 100
default-groups = ["clp", "dev"]

[tool.uv.sources]
clp-mcp-server = { path = "../components/clp-mcp-server" }
clp-package-utils = { path = "../components/clp-package-utils" }
clp-py-utils = { path = "../components/clp-py-utils" }
job-orchestration = { path = "../components/job-orchestration" }
clp-mcp-server = { path = "../components/clp-mcp-server", editable = true }
clp-package-utils = { path = "../components/clp-package-utils", editable = true }
clp-py-utils = { path = "../components/clp-py-utils", editable = true }
job-orchestration = { path = "../components/job-orchestration", editable = true }
16 changes: 8 additions & 8 deletions integration-tests/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions taskfiles/tests/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ tasks:
cache-clear:
dir: "{{.G_INTEGRATION_TESTS_DIR}}"
cmds:
- >-
uv run python -m pytest --cache-clear --collect-only --override-ini addopts="" --quiet
> /dev/null
- "rm -rf .pytest_cache"

core:
deps:
Expand Down
Loading