aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/pytest/allure/ya.make
blob: ab3f449c7fed1c6d6ad7a2cc0671bcbc4ab64a98 (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()