diff options
Diffstat (limited to 'library/python')
3 files changed, 0 insertions, 24 deletions
diff --git a/library/python/testing/yatest_common_standalone/README.md b/library/python/testing/yatest_common_standalone/README.md deleted file mode 100644 index ce177dabb38..00000000000 --- a/library/python/testing/yatest_common_standalone/README.md +++ /dev/null @@ -1,5 +0,0 @@ -## Не используйте эту библиотеку - -Её единственное назначение - временно отключить runtime проверки в тестовой машинерии, которая попадает по зависимостям в изолированную программу. - -Библиотека будет удалена в ближайшем будущем. diff --git a/library/python/testing/yatest_common_standalone/__init__.py b/library/python/testing/yatest_common_standalone/__init__.py deleted file mode 100644 index 795c161a20a..00000000000 --- a/library/python/testing/yatest_common_standalone/__init__.py +++ /dev/null @@ -1,4 +0,0 @@ -def init(): - import yatest.common.runtime - - yatest.common.runtime._relaxed_runtime_allowed = True diff --git a/library/python/testing/yatest_common_standalone/ya.make b/library/python/testing/yatest_common_standalone/ya.make deleted file mode 100644 index 8f2d5f52c3f..00000000000 --- a/library/python/testing/yatest_common_standalone/ya.make +++ /dev/null @@ -1,15 +0,0 @@ -PY23_LIBRARY() - -PY_SRCS( - __init__.py -) - -STYLE_PYTHON() - -PEERDIR( - library/python/testing/yatest_common -) - -PY_CONSTRUCTOR(library.python.testing.yatest_common_standalone) - -END() |
