aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/dateutil/tests/ya.make
blob: bcf5b666924d941a03df3468aab844ec03c65442 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
PY23_TEST() 
 
OWNER(g:python-contrib)

PEERDIR( 
    contrib/python/dateutil 
    contrib/python/freezegun 
    contrib/python/hypothesis 
) 
 
ENV(LC_ALL=ru_RU.UTF-8) 
ENV(LANG=ru_RU.UTF-8) 
# because we cannot change TZ in arcadia CI 
ENV(DATEUTIL_MAY_NOT_CHANGE_TZ_VAR=1) 
 
SRCDIR(contrib/python/dateutil/dateutil/test) 
 
TEST_SRCS( 
    property/test_isoparse_prop.py 
    property/test_parser_prop.py 
    # property/test_tz_prop.py 
    __init__.py 
    _common.py 
    conftest.py 
    test_easter.py 
    test_import_star.py 
    test_imports.py 
    test_internals.py 
    test_isoparser.py 
    test_parser.py 
    test_relativedelta.py 
    test_rrule.py 
    test_tz.py 
    test_utils.py 
) 
 
NO_LINT() 
 
END()