From 3a31fbe4e5f23145ea342b649427d24aabace338 Mon Sep 17 00:00:00 2001 From: aitbc Date: Fri, 24 Apr 2026 12:26:42 +0200 Subject: [PATCH] fix: add pydantic-settings to integration-tests extra-packages - Add pydantic-settings to extra-packages in integration-tests.yml - Workflow uses --skip-requirements so pydantic-settings not installed from requirements.txt - Fixes integration-tests CI failure for app.config import --- .gitea/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/integration-tests.yml b/.gitea/workflows/integration-tests.yml index 2cada131..eb5e8b79 100644 --- a/.gitea/workflows/integration-tests.yml +++ b/.gitea/workflows/integration-tests.yml @@ -120,7 +120,7 @@ jobs: --repo-dir "$PWD" \ --venv-dir "$PWD/venv" \ --skip-requirements \ - --extra-packages "requests pytest httpx pytest-asyncio pytest-timeout click locust sqlalchemy sqlmodel PyJWT starlette" + --extra-packages "requests pytest httpx pytest-asyncio pytest-timeout click locust sqlalchemy sqlmodel PyJWT starlette pydantic-settings" # Ensure standard directories exist mkdir -p /var/lib/aitbc/data /var/lib/aitbc/keystore /etc/aitbc /var/log/aitbc