diff --git a/ydb/tests/tools/docker_compose_helpers/ya.make b/ydb/tests/tools/docker_compose_helpers/ya.make index 36866791727b..73db15dbcdc9 100644 --- a/ydb/tests/tools/docker_compose_helpers/ya.make +++ b/ydb/tests/tools/docker_compose_helpers/ya.make @@ -1,4 +1,4 @@ -PY23_LIBRARY() +PY3_LIBRARY() PY_SRCS( endpoint_determiner.py diff --git a/ydb/tests/tools/fq_runner/kikimr_runner.py b/ydb/tests/tools/fq_runner/kikimr_runner.py index fb297ada4c18..5ba9fff095bc 100644 --- a/ydb/tests/tools/fq_runner/kikimr_runner.py +++ b/ydb/tests/tools/fq_runner/kikimr_runner.py @@ -74,7 +74,7 @@ def qs_config(self): if 'query_service_config' not in self.config_generator.yaml_config: self.config_generator.yaml_config['query_service_config'] = {} return self.config_generator.yaml_config['query_service_config'] - + @property def auth_config(self): if 'auth_config' not in self.config_generator.yaml_config: diff --git a/ydb/tests/tools/fq_runner/ya.make b/ydb/tests/tools/fq_runner/ya.make index 838e5ee65dde..b60f39307dd4 100644 --- a/ydb/tests/tools/fq_runner/ya.make +++ b/ydb/tests/tools/fq_runner/ya.make @@ -1,4 +1,4 @@ -PY23_LIBRARY() +PY3_LIBRARY() PY_SRCS( custom_hooks.py