Skip to content

Commit 2de7a9e

Browse files
authored
fix IAM Auth dependencies in olap tests (#5672)
1 parent ae6be33 commit 2de7a9e

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

ydb/tests/olap/lib/ya.make

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ PY3_LIBRARY()
1313
contrib/python/allure-python-commons
1414
contrib/python/requests
1515
library/python/testing/yatest_common
16-
ydb/public/sdk/python
16+
ydb/tests/oss/ydb_sdk_import
1717
)
18-
IF (NOT OPENSOURCE)
19-
PEERDIR(
20-
contrib/python/yandexcloud
21-
)
22-
ENDIF()
2318

2419
END()

ydb/tests/oss/ydb_sdk_import/ya.make

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ PY_SRCS(
66

77
IF (PYTHON2)
88
ENV(PYTHON2_YDB_IMPORT='yes')
9-
PEERDIR(ydb/public/sdk/python)
10-
ELSE()
11-
PEERDIR(ydb/public/sdk/python)
129
ENDIF()
1310

1411
PEERDIR(
12+
contrib/python/PyJWT
1513
ydb/tests/oss/canonical
1614
ydb/public/api/client/yc_public/iam
15+
ydb/public/sdk/python
1716
)
1817

1918
END()

0 commit comments

Comments
 (0)