summaryrefslogtreecommitdiffstats
path: root/library/python/testing
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-12-15 08:45:00 +0300
committerrobot-piglet <[email protected]>2025-12-15 08:58:24 +0300
commit1afb98c3ce900f584eee100884730061831de2bb (patch)
tree936c7c94d9462f1cd0312b78246233e710feb771 /library/python/testing
parent6daa12a368036163e9014b93262b7b1fba188521 (diff)
Intermediate changes
commit_hash:4f1410c20f0f4b20508536048fa8bdca96fc404b
Diffstat (limited to 'library/python/testing')
-rw-r--r--library/python/testing/yatest_common/yatest/common/runtime.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/python/testing/yatest_common/yatest/common/runtime.py b/library/python/testing/yatest_common/yatest/common/runtime.py
index 0c9512cc11a..4372787bb68 100644
--- a/library/python/testing/yatest_common/yatest/common/runtime.py
+++ b/library/python/testing/yatest_common/yatest/common/runtime.py
@@ -62,7 +62,6 @@ def _is_binary():
def _is_relaxed_runtime_allowed():
- global _relaxed_runtime_allowed
if _relaxed_runtime_allowed:
return True
return not _is_binary()