From 2c49de5575ffa6b374d9f451d54c053d844a8945 Mon Sep 17 00:00:00 2001 From: svittoz Date: Mon, 10 Jun 2024 12:57:19 +0000 Subject: [PATCH] trying to remove coverage --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43a6c4fc..0092b158 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dev = [ "pre-commit>=2.18.0, <3.0.0", "pytest>=7.1.0, <8.0.0", "pytest-runner>=6.0.0, <7.0.0", - "pytest-cov>=3.0.0, <4.0.0", + #"pytest-cov>=3.0.0, <4.0.0", "pytest-html>=3.1.1, <4.0.0", "matplotlib>=3.5.0, <4.0.0", "Pillow>=9.0.0, <10.0.0",