Skip to content

Commit 059138f

Browse files
committed
test(vefaas): volcenginesdkcore dependency, uv sync --all-extras
1 parent 23c332a commit 059138f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: |
5050
uv venv .venv
5151
source .venv/bin/activate
52-
uv sync
52+
uv sync --all-extras
5353
uv pip install -e .
5454
5555
- name: Run unit tests with pytest

tests/test_cloud.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@
1515
import os
1616
import tempfile
1717
import pytest
18-
import sys
1918

2019
from unittest.mock import Mock, patch, AsyncMock
2120

22-
sys.modules["typer"] = Mock()
23-
2421
from veadk.cloud.cloud_agent_engine import CloudAgentEngine # noqa: E402
2522

2623

0 commit comments

Comments
 (0)