Преглед на файлове

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

Matthias Reso преди 1 година
родител
ревизия
5f548bd8f3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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/"