We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae6be33 commit 2de7a9eCopy full SHA for 2de7a9e
ydb/tests/olap/lib/ya.make
@@ -13,12 +13,7 @@ PY3_LIBRARY()
13
contrib/python/allure-python-commons
14
contrib/python/requests
15
library/python/testing/yatest_common
16
- ydb/public/sdk/python
+ ydb/tests/oss/ydb_sdk_import
17
)
18
- IF (NOT OPENSOURCE)
19
- PEERDIR(
20
- contrib/python/yandexcloud
21
- )
22
- ENDIF()
23
24
END()
ydb/tests/oss/ydb_sdk_import/ya.make
@@ -6,14 +6,13 @@ PY_SRCS(
6
7
IF (PYTHON2)
8
ENV(PYTHON2_YDB_IMPORT='yes')
9
- PEERDIR(ydb/public/sdk/python)
10
-ELSE()
11
12
ENDIF()
PEERDIR(
+ contrib/python/PyJWT
ydb/tests/oss/canonical
ydb/public/api/client/yc_public/iam
+ ydb/public/sdk/python
0 commit comments