aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/pytz/tests/ya.make
blob: ef03dc57e6b5436d94688c2801a3f23f19392ce0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PY23_TEST()

PEERDIR(
    contrib/python/pytz
)

SRCDIR(
    contrib/python/pytz/pytz/tests
)

TEST_SRCS(
    test_docs.py
    test_lazy.py
    test_tzinfo.py
)

NO_LINT()

END()