Skip to content

Commit

Permalink
fix: add pytest and test dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Nov 23, 2024
1 parent 1638f7e commit f85f38a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ test-docs = [
"pydub>=0.25.1",
"datasets>=3.0.1",
"writer-sdk>=1.2.0",
"pytest>=8.0.0",
"pytest-asyncio>=0.23.5",
"pytest-cov>=4.1.0",
]
mistralai = ["mistralai>=1.0.3"]
litellm = ["litellm>=1.35.31"]
Expand Down
16 changes: 16 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ cohere==5.11.4
# via instructor (pyproject.toml)
courlan==1.3.2
# via trafilatura
coverage==7.6.7
# via pytest-cov
datasets==3.1.0
# via instructor (pyproject.toml)
dateparser==1.2.0
Expand Down Expand Up @@ -118,6 +120,8 @@ idna==3.10
# yarl
importlib-metadata==8.5.0
# via litellm
iniconfig==2.0.0
# via pytest
jinja2==3.1.4
# via
# instructor (pyproject.toml)
Expand Down Expand Up @@ -173,6 +177,7 @@ packaging==24.2
# via
# datasets
# huggingface-hub
# pytest
pandas==2.2.3
# via
# instructor (pyproject.toml)
Expand All @@ -181,6 +186,8 @@ parameterized==0.9.0
# via cohere
phonenumbers==8.13.50
# via instructor (pyproject.toml)
pluggy==1.5.0
# via pytest
propcache==0.2.0
# via
# aiohttp
Expand Down Expand Up @@ -211,6 +218,15 @@ pydub==0.25.1
# via instructor (pyproject.toml)
pygments==2.18.0
# via rich
pytest==8.3.3
# via
# instructor (pyproject.toml)
# pytest-asyncio
# pytest-cov
pytest-asyncio==0.24.0
# via instructor (pyproject.toml)
pytest-cov==6.0.0
# via instructor (pyproject.toml)
python-dateutil==2.8.2
# via
# dateparser
Expand Down

0 comments on commit f85f38a

Please sign in to comment.