From f5230a7dc63c2a5a74a018c0ec7d80b5acfacb6b Mon Sep 17 00:00:00 2001 From: shaowu Date: Wed, 7 Feb 2024 18:39:49 -0500 Subject: [PATCH] fix issues on the pytest version --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 9d1bc92..08c0064 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ dependencies = [ [project.optional-dependencies] dev = [ + "pytest <= 7.4.4", "pytest-cov ~= 4.1.0", "pytest-lazy-fixture ~= 0.6.3", "flake8-builtins-unleashed ~= 1.3.1",