fix tests CI

This commit is contained in:
2025-02-25 11:23:25 +00:00
parent dbbc3ef5e8
commit a8638d27a5
2 changed files with 2 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install .[test] pip install .[dev]
- name: Run pytest - name: Run pytest
run: | run: |

View File

@@ -15,6 +15,7 @@ dependencies = [
"mcp>=1.2.0", "mcp>=1.2.0",
"openapi-core>=0.19.4", "openapi-core>=0.19.4",
"pydantic>=2.10.5", "pydantic>=2.10.5",
"pytest>=8.3.4",
"pyyaml>=6.0.0", "pyyaml>=6.0.0",
] ]
classifiers = [ classifiers = [