aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/testing/system_info/ya.make
blob: f655db8ebeaea799b3b18ffc503776864fc5de26 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PY23_LIBRARY()

PY_SRCS(__init__.py)

PEERDIR(
    contrib/python/psutil
)

STYLE_PYTHON()

END()

RECURSE_FOR_TESTS(
    test
)