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 | a4475dd591619a04bb9feb0d9f4d736dcee6e986 (patch) | |
tree | 24e65d16f07e648d0fa75c33a01471ab40172845 | |
parent | eb60b28715af1db7e9d37bdba0fa99cce12c20a9 (diff) | |
download | ydb-a4475dd591619a04bb9feb0d9f4d736dcee6e986.tar.gz |
Restoring authorship annotation for <a-outoftown@yandex-team.ru>. Commit 1 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 60fd149753..6ba815d5ef 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 d01ced9f3a..d6ebe382f0 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 |