aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/yatest_common/ya.make
blob: 0cd9922c06fd195e7a90056b364e6b0b45bfbf5b (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()