blob: 207c469ccdda2daabc94d7c575f5ad8b19de2143 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
PY23_LIBRARY()
PY_SRCS(
TOP_LEVEL
solomon_runner.py
yql_utils.py
yql_ports.py
yqlrun.py
yql_http_file_server.py
test_utils.py
)
PY_SRCS(
NAMESPACE ydb_library_yql_test_framework
conftest.py
)
PEERDIR(
contrib/python/requests
contrib/python/six
contrib/python/urllib3
library/python/cyson
yql/essentials/core/file_storage/proto
yql/essentials/providers/common/proto
)
END()
RECURSE(
udfs_deps
)
|