aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/six/tests/ya.make
blob: 61d2ef628f952a57f62f5891cd6cfc7470781d98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PY23_TEST()

OWNER(g:python-contrib)

PEERDIR(
    contrib/python/six
)

TEST_SRCS(
    test_six.py
)

NO_LINT()

END()