diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-12-09 10:12:16 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-12-09 10:40:33 +0300 |
commit | f882cdce886827d7e7f55e154329c10d2080960e (patch) | |
tree | e3f1adf437b85b96907b679830c7113670ce69b4 /contrib/python/idna/py2/tests/ya.make | |
parent | fa9347ea5cf4447897b525032be9a711cc3dc583 (diff) | |
download | ydb-f882cdce886827d7e7f55e154329c10d2080960e.tar.gz |
Update contrib/python/idna/py3 to 3.6
Diffstat (limited to 'contrib/python/idna/py2/tests/ya.make')
-rw-r--r-- | contrib/python/idna/py2/tests/ya.make | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/contrib/python/idna/py2/tests/ya.make b/contrib/python/idna/py2/tests/ya.make index 38f6648c59..34a93060d5 100644 --- a/contrib/python/idna/py2/tests/ya.make +++ b/contrib/python/idna/py2/tests/ya.make @@ -4,9 +4,6 @@ PEERDIR( contrib/python/idna ) -ENV(LC_ALL=ru_RU.UTF-8) -ENV(LANG=ru_RU.UTF-8) - TEST_SRCS( test_idna_compat.py test_idna.py @@ -17,6 +14,7 @@ TEST_SRCS( ) NO_LINT() + FORK_SUBTESTS() END() |