From 7fa2d72962f41c862cceddca08eadc7c12cda363 Mon Sep 17 00:00:00 2001 From: Matthew Andres Moreno Date: Sat, 9 Dec 2023 00:56:14 -0500 Subject: [PATCH] Fix toml syntax --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1fc4c19..39bc973 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ test = [ "pre-commit==3.5.0", "pylint==3.0.2", "pylint_junit", -] "pytest-cov==4.1.0", + "pytest-cov==4.1.0", "pytest-mock<3.12.1", "pytest-runner", "pytest==7.4.3",