diff options
author | shadchin <shadchin@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:44:39 +0300 |
commit | e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0 (patch) | |
tree | 64175d5cadab313b3e7039ebaa06c5bc3295e274 /contrib/python/dateutil/tests/ya.make | |
parent | 2598ef1d0aee359b4b6d5fdd1758916d5907d04f (diff) | |
download | ydb-e9656aae26e0358d5378e5b63dcac5c8dbe0e4d0.tar.gz |
Restoring authorship annotation for <shadchin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/python/dateutil/tests/ya.make')
-rw-r--r-- | contrib/python/dateutil/tests/ya.make | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/contrib/python/dateutil/tests/ya.make b/contrib/python/dateutil/tests/ya.make index bcf5b66692..93c811e26e 100644 --- a/contrib/python/dateutil/tests/ya.make +++ b/contrib/python/dateutil/tests/ya.make @@ -1,39 +1,39 @@ -PY23_TEST() - +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() +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() |