From 9743cff87d58c92981871f178ec014eed14a0aa9 Mon Sep 17 00:00:00 2001 From: edouardbruelhart Date: Thu, 11 Apr 2024 08:52:24 +0200 Subject: [PATCH] test with older pytest-cov version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 811dfb0..fc60aad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = "3.8.19" requests = "^2.31.0" types-requests = "^2.31.0.20240406" pyinstaller = "^6.5.0" -pytest-cov = "^5.0.0" +pytest-cov = "^4.0.0" pytest = "^7.2.0" [tool.poetry.group.dev.dependencies]