From 710b5adf08a41f952cbef8fa59a041e9e9f22068 Mon Sep 17 00:00:00 2001 From: SmartDever02 Date: Tue, 9 Dec 2025 07:09:48 -0300 Subject: [PATCH] Added libs for unitest --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 53e2bc9d0..6c7db5a77 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -163,6 +163,8 @@ test = [ "pillow>=10.4.0", "pytest>=8.3.5", "pytest-asyncio>=1.3.0", + "pytest-xdist>=3.8.0", + "pytest-cov>=7.0.0", "python-docx>=1.1.2", "python-pptx>=1.0.2", "reportlab>=4.4.1",