test: tighten CI and console hygiene

(cherry picked from commit bd9e6df71c2e8a6f0902b9b7a348dc21c854141a)
This commit is contained in:
ai-ag2026
2026-05-11 12:02:34 +02:00
committed by nesquena-hermes
parent e37c69cf57
commit 98c9a3de72
4 changed files with 34 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pyyaml>=6.0 pytest pytest-timeout pytest-asyncio
pip install "pyyaml>=6.0" pytest pytest-timeout pytest-asyncio
# Install the `mcp` package so tests/test_mcp_server.py runs in CI.
# The package is an optional runtime dep of mcp_server.py — users
# who run the MCP integration install it themselves; CI installs