From bf09d0b2c60217a931565fa78fe0fbcbc06dd08d Mon Sep 17 00:00:00 2001 From: aitbc Date: Fri, 24 Apr 2026 12:38:50 +0200 Subject: [PATCH] fix: add pytest-timeout to requirements.txt - Add pytest-timeout>=2.4.0 for pytest --timeout argument - Integration tests use --timeout=30 but plugin was missing - Fixes integration-tests CI pytest error --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index b5910582..8f4a4ffb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,6 +58,7 @@ torchvision>=0.26.0 # Development & Testing pytest>=9.0.3 pytest-asyncio>=1.3.0 +pytest-timeout>=2.4.0 black>=24.0.0 flake8>=7.3.0 ruff>=0.15.10