Browse Source

Remove pytest as dependency as pytest-mock has it as dependency

Matthias Reso 1 năm trước cách đây
mục cha
commit
5f548bd8f3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pyproject.toml

+ 1 - 1
pyproject.toml

@@ -22,7 +22,7 @@ dynamic = ["dependencies"]
 
 [project.optional-dependencies]
 vllm = ["vllm"]
-tests = ["pytest", "pytest-mock"]
+tests = ["pytest-mock"]
 
 [project.urls]
 "Homepage" = "https://github.com/facebookresearch/llama-recipes/"