Sfoglia il codice sorgente

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

Matthias Reso 1 anno fa
parent
commit
5f548bd8f3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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/"