diff options
author | r2d2 <r2d2@yandex-team.ru> | 2022-02-10 16:48:28 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:48:28 +0300 |
commit | cdcc767e87bd3f1d802c6cf46beeab96a5dc6868 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | e289a140e18f5196b3e36ade389a3c702c00ad1c (diff) | |
download | ydb-cdcc767e87bd3f1d802c6cf46beeab96a5dc6868.tar.gz |
Restoring authorship annotation for <r2d2@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/ymake.core.conf | 2 | ||||
-rw-r--r-- | contrib/python/ya.make | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index ca696c10efc..081833998b8 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -2177,7 +2177,7 @@ module PYTEST_BIN: _BASE_PYTEST { ### This module is compatible only with PYTHON2-tagged modules and selects peers from multimodules accordingly. ### This module is compatible with non-Arcadia Python builds. ### -### Documentation: https://wiki.yandex-team.ru/yatool/test/#python +### Documentation: https://wiki.yandex-team.ru/yatool/test/#python ### Documentation about the Arcadia test system: https://wiki.yandex-team.ru/yatool/test/ module PY2TEST: PYTEST_BIN { when ($FAIL_PY2 == "yes") { diff --git a/contrib/python/ya.make b/contrib/python/ya.make index fa11fdfbb3e..d01ced9f3aa 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -51,7 +51,7 @@ RECURSE( ansiwrap anyconfig anyio - anytree + anytree apipkg apispec apispec-flask-restful @@ -679,8 +679,8 @@ RECURSE( Office365-REST-Python-Client olefile openapi-codec - openapi-core - openapi-schema-validator + openapi-core + openapi-schema-validator openapi-spec-validator opencv-python openpyxl |