Przeglądaj źródła

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

Matthias Reso 1 rok temu
rodzic
commit
5f548bd8f3
1 zmienionych plików z 1 dodań i 1 usunięć
  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/"