summaryrefslogtreecommitdiffstats
path: root/library/python/pytest/ut/conftest_non_local/lib2/ya.make
blob: 01d4899c6924a83f3ac7865ac59e12c08904d16a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PY23_LIBRARY()

PY_SRCS(
    conftest.py
)

PEERDIR(
    library/python/pytest
)

STYLE_PYTHON()

END()