aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/pytest/allure/ya.make
blob: cd1517f45d06ecef428be54e98fe1135740867e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PY23_LIBRARY()

OWNER(exprmntr)

PY_SRCS(conftest.py) 
 
PEERDIR( 
    contrib/python/pytest-allure-adaptor 
)

END()