blob: f7a566ca9de92a1f551ac80a825ea72ac33ff253 (
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
32
33
34
35
36
37
38
39
40
41
|
OWNER(g:yatest)
PY23_LIBRARY()
OWNER(g:yatest)
NO_EXTENDED_SOURCE_SEARCH()
PY_SRCS(
TOP_LEVEL
yatest/__init__.py
yatest/common/__init__.py
yatest/common/benchmark.py
yatest/common/canonical.py
yatest/common/environment.py
yatest/common/errors.py
yatest/common/legacy.py
yatest/common/misc.py
yatest/common/network.py
yatest/common/path.py
yatest/common/process.py
yatest/common/runtime.py
yatest/common/runtime_java.py
yatest/common/tags.py
)
PEERDIR(
contrib/python/six
contrib/python/packaging
library/python/cores
library/python/filelock
library/python/fs
)
IF (NOT CATBOOST_OPENSOURCE)
PEERDIR(
library/python/coredump_filter
)
ENDIF()
END()
|