From 587d3759f440915e673dde9131e1d476ef34bb18 Mon Sep 17 00:00:00 2001 From: robot-ydb-importer Date: Thu, 26 Dec 2024 15:02:41 +0300 Subject: YDB Import 657 commit_hash:a80065301df8a3de8b4d2ad596dfd995d3988485 --- library/python/testing/yatest_common_standalone/README.md | 5 ----- .../python/testing/yatest_common_standalone/__init__.py | 4 ---- library/python/testing/yatest_common_standalone/ya.make | 15 --------------- 3 files changed, 24 deletions(-) delete mode 100644 library/python/testing/yatest_common_standalone/README.md delete mode 100644 library/python/testing/yatest_common_standalone/__init__.py delete mode 100644 library/python/testing/yatest_common_standalone/ya.make (limited to 'library/python') 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() -- cgit v1.3