diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-08-23 16:53:25 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-08-23 19:00:11 +0300 |
commit | 04f594a87f460d216f5ac6e7556ea5b7f167671c (patch) | |
tree | 9e20b9a0dca627dcaad9d81d1a09b4fd2571c222 | |
parent | 3c403e27ce5b929bed39263a5c1bf2ed28b2e8d6 (diff) | |
download | ydb-04f594a87f460d216f5ac6e7556ea5b7f167671c.tar.gz |
Add some forgotten PEERDIRs to contrib/python/requests
-rw-r--r-- | ydb/tests/functional/api/ya.make | 1 | ||||
-rw-r--r-- | ydb/tests/functional/tenants/ya.make | 3 |
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 |