aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/yatest_common/ya.make
blob: 5662db4c5d3c382bc5ca51c40d7468ed3b3a9315 (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
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
    library/python/cores
    library/python/filelock
    library/python/fs
)

IF (NOT CATBOOST_OPENSOURCE)
    PEERDIR(
        library/python/coredump_filter
    )
ENDIF()

END()