Skip to content

Commit

Permalink
fix dependencies (#4733)
Browse files Browse the repository at this point in the history
  • Loading branch information
iddqdex authored May 22, 2024
1 parent 303d901 commit 8e500b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 0 additions & 2 deletions ydb/tests/olap/lib/ydb_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ def get_cli_command() -> list[str]:
elif cli == 'main':
path = os.path.join(yatest.common.context.project_path, '../../../apps/ydb/ydb')
return [yatest.common.binary_path(path)]
elif cli == 'ya':
return [yatest.common.source_path('ya'), 'ydb']
else:
return [cli]

Expand Down
10 changes: 5 additions & 5 deletions ydb/tests/olap/load/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ PY3TEST()
library/python/testing/yatest_common
ydb/public/sdk/python
)

DATA (
arcadia/ya
)
IF(OPENSOURCE != "yes")
DATA (
sbr://6332216525
)
ENDIF()

DEPENDS (
ydb/apps/ydb
sbr://6332216525
)

END()

0 comments on commit 8e500b5

Please sign in to comment.