Skip to content

Commit

Permalink
fix: Remove pytest requirements (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair authored Nov 14, 2024
1 parent 2137b46 commit e243955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ python = ">=3.8.1,<4.0"
python_dateutil = ">=2.5.3"
setuptools = ">=21.0.0"
urllib3 = "<2.0,>=1.25.10"
pytest-httpx = "0.22.0"

[tool.poetry.group.lint.dependencies]
black = "^23.3.0"
Expand All @@ -34,10 +33,11 @@ types-urllib3 = "^1.26.25.10"
openai = "^1.0.0b1 "
pinecone-client = "^2.2.1"
pyyaml = "^6.0"
pytest = "^7.1.1"
pytest-httpx = "^0.27.0"

[tool.poetry.group.test.dependencies]
aioresponses = "^0.7.4"
pytest = "^7.3.1"
pytest-asyncio = "^0.21.0"
pytest-mock = "^3.10.0"
pytest-responses = "^0.5.1"
Expand Down

0 comments on commit e243955

Please sign in to comment.