diff options
author | vvvv <vvvv@ydb.tech> | 2023-08-24 19:31:01 +0300 |
---|---|---|
committer | vvvv <vvvv@ydb.tech> | 2023-08-24 20:14:12 +0300 |
commit | 63be09dde28467def79fff3a3d8689ad7f047073 (patch) | |
tree | d75a46a0bd576aad50c5afd0109e7b9115df9eea | |
parent | 9f2c61c1500321d5bab829333e9bc8b4989ea9a4 (diff) | |
download | ydb-63be09dde28467def79fff3a3d8689ad7f047073.tar.gz |
Prepare UDF_TEST for moving, step 1
-rw-r--r-- | build/conf/project_specific/yql_udf.conf | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/conf/project_specific/yql_udf.conf b/build/conf/project_specific/yql_udf.conf index f67a00bcd7d..f2b575e2729 100644 --- a/build/conf/project_specific/yql_udf.conf +++ b/build/conf/project_specific/yql_udf.conf @@ -35,13 +35,11 @@ macro UDF_NO_PROBE() { ### Documentation about the Arcadia test system: https://wiki.yandex-team.ru/yatool/test/ module YQL_UDF_TEST: PY3TEST_BIN { PEERDIR(yql/library/udf_test) - PEERDIR(yt/python/client_lite) DEPENDS(yql/tools/astdiff) - DEPENDS(yql/tools/udf_resolver) DEPENDS(yql/tools/yqlrun) DATA(arcadia/ydb/library/yql/mount) - DATA(arcadia/yql/cfg/tests) + DATA(arcadia/ydb/library/yql/cfg/udf_test) } ### @usage: _ADD_YQL_UDF_DEPS() |