From bc6094fb74eba331dc91e57cd963d3e682f569c4 Mon Sep 17 00:00:00 2001 From: Juan Altmayer Pizzorno Date: Tue, 3 Sep 2024 20:22:04 -0400 Subject: [PATCH] - moved to requiring pytest-cleanslate >= 1.0.6, given its bugfix; --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7a4854..d0a0e64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "aiolimiter", "tqdm", "slipcover>=1.0.13", - "pytest-cleanslate>=1.0.5", # 1.0.5 adds reduce "API" + "pytest-cleanslate>=1.0.6", # 1.0.6 fixes collection error bug "pytest-repeat", "litellm>=1.33.1" ]