test.......
All checks were successful
MCP Tests / mcp-tests (push) Successful in 15s

This commit is contained in:
Danilo Reyes
2026-02-08 15:15:02 -06:00
parent 6d29835303
commit b5c7024ea4
3 changed files with 5 additions and 23 deletions

View File

@@ -8,10 +8,13 @@ cd "$here"
cache_root="${TMPDIR:-/tmp}/mcp-tests-cache"
mkdir -p "$cache_root"
export HOME="${TMPDIR:-/tmp}/mcp-tests-home"
mkdir -p "$HOME"
export XDG_CACHE_HOME="$cache_root/xdg"
export RUFF_CACHE_DIR="$cache_root/ruff"
export MYPY_CACHE_DIR="$cache_root/mypy"
export PYTEST_ADDOPTS="${PYTEST_ADDOPTS:-} -o cache_dir=$cache_root/pytest"
export PYTHONDONTWRITEBYTECODE=1
fix=false
for arg in "$@"; do