Skip to content

Commit 5b9ff48

Browse files
committed
add missing test deps
1 parent 1d742b5 commit 5b9ff48

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

integrations/mistral/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ dependencies = [
5757
"pytest-cov",
5858
"pytest-rerunfailures",
5959
"mypy",
60-
"pip"
60+
"pip",
61+
"pytz"
6162
]
6263

6364
[tool.hatch.envs.test.scripts]

integrations/nvidia/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ dependencies = [
5757
"pytest-cov",
5858
"pytest-rerunfailures",
5959
"mypy",
60-
"pip"
60+
"pip",
61+
"requests_mock"
6162
]
6263

6364
[tool.hatch.envs.test.scripts]

integrations/opensearch/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ dependencies = [
5959
"pytest-cov",
6060
"pytest-rerunfailures",
6161
"mypy",
62-
"pip"
62+
"pip",
63+
"boto3"
6364
]
6465

6566
[tool.hatch.envs.test.scripts]

integrations/snowflake/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ dependencies = [
5858
"pytest-cov",
5959
"pytest-rerunfailures",
6060
"mypy",
61-
"pip"
61+
"pip",
62+
"pytest-mock"
6263
]
6364

6465
[tool.hatch.envs.test.scripts]

0 commit comments

Comments
 (0)