aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/python-dateutil/py3/tests/ya.make
diff options
context:
space:
mode:
authorshadchin <shadchin@yandex-team.com>2023-10-10 11:35:31 +0300
committershadchin <shadchin@yandex-team.com>2023-10-10 11:54:48 +0300
commit656bb1fb2814e586db5de6166ebbb17363d5325b (patch)
tree31b755ba74120fea597c6d00ce9ff1d0ca7b728a /contrib/python/python-dateutil/py3/tests/ya.make
parent3896b7591b5f3231ceb4bfe69cf9863b237d8b78 (diff)
downloadydb-656bb1fb2814e586db5de6166ebbb17363d5325b.tar.gz
Split python-dateutil on py2/py3
Diffstat (limited to 'contrib/python/python-dateutil/py3/tests/ya.make')
-rw-r--r--contrib/python/python-dateutil/py3/tests/ya.make37
1 files changed, 37 insertions, 0 deletions
diff --git a/contrib/python/python-dateutil/py3/tests/ya.make b/contrib/python/python-dateutil/py3/tests/ya.make
new file mode 100644
index 0000000000..b6d9599bef
--- /dev/null
+++ b/contrib/python/python-dateutil/py3/tests/ya.make
@@ -0,0 +1,37 @@
+PY3TEST()
+
+PEERDIR(
+ contrib/python/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/python-dateutil/py3/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()