diff options
author | a-outoftown <a-outoftown@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 | bebcab30d2d3a4d19eb195c43de9663c687a8142 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | a4475dd591619a04bb9feb0d9f4d736dcee6e986 (diff) | |
download | ydb-bebcab30d2d3a4d19eb195c43de9663c687a8142.tar.gz |
Restoring authorship annotation for <a-outoftown@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/rules/contrib_python.policy | 6 | ||||
-rw-r--r-- | contrib/python/ya.make | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/build/rules/contrib_python.policy b/build/rules/contrib_python.policy index 6ba815d5ef..60fd149753 100644 --- a/build/rules/contrib_python.policy +++ b/build/rules/contrib_python.policy @@ -692,9 +692,9 @@ DENY .* -> contrib/python/sqlalchemy/sqlalchemy-1.2 ALLOW education/ -> contrib/python/dataclasses-json DENY .* -> contrib/python/dataclasses-json -# https://st.yandex-team.ru/CONTRIB-2222 -ALLOW browser/infra/.* -> contrib/python/hurry.filesize -DENY .* -> contrib/python/hurry.filesize +# https://st.yandex-team.ru/CONTRIB-2222 +ALLOW browser/infra/.* -> contrib/python/hurry.filesize +DENY .* -> contrib/python/hurry.filesize # https://st.yandex-team.ru/CONTRIB-2338 ALLOW noc/.* -> contrib/python/asyncssh diff --git a/contrib/python/ya.make b/contrib/python/ya.make index d6ebe382f0..d01ced9f3a 100644 --- a/contrib/python/ya.make +++ b/contrib/python/ya.make @@ -49,7 +49,7 @@ RECURSE( annoy antlr4 ansiwrap - anyconfig + anyconfig anyio anytree apipkg @@ -494,7 +494,7 @@ RECURSE( humanfriendly humanize humongous - hurry.filesize + hurry.filesize Hydra hypercorn hyperframe @@ -866,7 +866,7 @@ RECURSE( pytest-django pytest-falcon pytest-falcon-client - pytest-fixture-config + pytest-fixture-config pytest-flake8 pytest-flakes pytest-flask @@ -879,8 +879,8 @@ RECURSE( pytest-randomly pytest-responsemock pytest-responses - pytest-server-fixtures - pytest-shutil + pytest-server-fixtures + pytest-shutil pytest-timeout pytest-tornado pytest-twisted |