We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8383bec commit 458d533Copy full SHA for 458d533
1 file changed
packages/gooddata-sdk/tests/compute/test_compute_service.py
@@ -1,17 +1,10 @@
1
# (C) 2025 GoodData Corporation
2
from pathlib import Path
3
4
-import pytest
5
from gooddata_sdk import CatalogWorkspace
6
from gooddata_sdk.sdk import GoodDataSdk
7
from tests_support.vcrpy_utils import get_vcr
8
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
-
15
gd_vcr = get_vcr()
16
17
_current_dir = Path(__file__).parent.absolute()
0 commit comments