aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-ydb-importer <robot-ydb-importer@yandex-team.com>2024-12-26 15:02:41 +0300
committerrobot-ydb-importer <robot-ydb-importer@yandex-team.com>2024-12-26 15:22:34 +0300
commit587d3759f440915e673dde9131e1d476ef34bb18 (patch)
tree198929e73dd314076c5c8a0440a6088ec5c9dce2
parent5cd2a9580a4c3340e27ac6242d78277f34df235a (diff)
downloadydb-587d3759f440915e673dde9131e1d476ef34bb18.tar.gz
YDB Import 657
commit_hash:a80065301df8a3de8b4d2ad596dfd995d3988485
-rw-r--r--library/python/testing/yatest_common_standalone/README.md5
-rw-r--r--library/python/testing/yatest_common_standalone/__init__.py4
-rw-r--r--library/python/testing/yatest_common_standalone/ya.make15
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 ce177dabb3..0000000000
--- 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 795c161a20..0000000000
--- 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 8f2d5f52c3..0000000000
--- 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()