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 | e289a140e18f5196b3e36ade389a3c702c00ad1c (patch) | |
tree | 1f238f21bf60fa2a7956d4d4f8cf05764744254a | |
parent | bebcab30d2d3a4d19eb195c43de9663c687a8142 (diff) | |
download | ydb-e289a140e18f5196b3e36ade389a3c702c00ad1c.tar.gz |
Restoring authorship annotation for <r2d2@yandex-team.ru>. Commit 1 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 081833998b8..ca696c10efc 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 d01ced9f3aa..fa11fdfbb3e 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 |