aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/typing-extensions/py2/tests/ya.make
blob: fc39868dbf9c407a864f19f0f456838c313aee4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PY2TEST()

SUBSCRIBER(g:python-contrib)

PEERDIR(
    contrib/python/typing-extensions
)

SRCDIR(
    contrib/python/typing-extensions/py2/src_py2
)

TEST_SRCS(
    test_typing_extensions.py
)

NO_LINT()

END()