Skip to content

Commit 458d533

Browse files
committed
fix(gooddata-sdk): [AUTO] fix-agent attempt 1
1 parent 8383bec commit 458d533

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/gooddata-sdk/tests/compute/test_compute_service.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
# (C) 2025 GoodData Corporation
22
from pathlib import Path
33

4-
import pytest
54
from gooddata_sdk import CatalogWorkspace
65
from gooddata_sdk.sdk import GoodDataSdk
76
from tests_support.vcrpy_utils import get_vcr
87

9-
# Skip all tests in this module
10-
pytest.skip(
11-
"Skipping all tests in this module because it requires gen-ai which is not available in the test environment.",
12-
allow_module_level=True,
13-
)
14-
158
gd_vcr = get_vcr()
169

1710
_current_dir = Path(__file__).parent.absolute()

0 commit comments

Comments
 (0)