From d417067f1da015473f4da9f1510f40cb9fb5c5a7 Mon Sep 17 00:00:00 2001 From: Seth Wang Date: Mon, 8 Apr 2024 15:07:09 +0800 Subject: [PATCH] fix: https://github.com/TheCleric/coverage-lcov/issues/10 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4c8e01b..2ec8101 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,6 +28,7 @@ Home = "https://github.com/pkyosx/believe" [project.optional-dependencies] test = [ + "coverage<7.0.0", "pytest", "pytest-cov", "coverage-lcov",