aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-08-23 16:53:25 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-08-23 19:00:11 +0300
commit04f594a87f460d216f5ac6e7556ea5b7f167671c (patch)
tree9e20b9a0dca627dcaad9d81d1a09b4fd2571c222
parent3c403e27ce5b929bed39263a5c1bf2ed28b2e8d6 (diff)
downloadydb-04f594a87f460d216f5ac6e7556ea5b7f167671c.tar.gz
Add some forgotten PEERDIRs to contrib/python/requests
-rw-r--r--ydb/tests/functional/api/ya.make1
-rw-r--r--ydb/tests/functional/tenants/ya.make3
2 files changed, 4 insertions, 0 deletions
diff --git a/ydb/tests/functional/api/ya.make b/ydb/tests/functional/api/ya.make
index 5798336aaf..311edd327c 100644
--- a/ydb/tests/functional/api/ya.make
+++ b/ydb/tests/functional/api/ya.make
@@ -26,6 +26,7 @@ DEPENDS(
)
PEERDIR(
+ contrib/python/requests
contrib/python/tornado/tornado-4
ydb/tests/library
ydb/tests/oss/ydb_sdk_import
diff --git a/ydb/tests/functional/tenants/ya.make b/ydb/tests/functional/tenants/ya.make
index 321581d500..ba41274172 100644
--- a/ydb/tests/functional/tenants/ya.make
+++ b/ydb/tests/functional/tenants/ya.make
@@ -1,5 +1,7 @@
PY3TEST()
+
ENV(YDB_DRIVER_BINARY="ydb/apps/ydbd/ydbd")
+
TEST_SRCS(
conftest.py
test_db_counters.py
@@ -19,6 +21,7 @@ DEPENDS(
)
PEERDIR(
+ contrib/python/requests
ydb/tests/library
ydb/tests/oss/ydb_sdk_import
ydb/public/sdk/python