diff options
| author | Vitaly Isaev <[email protected]> | 2024-01-19 18:58:41 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-19 16:58:41 +0100 |
| commit | b31d300c3d7eed658faac4ae008a6467da290c1e (patch) | |
| tree | d178aeb74d7783a5212a93ebbf4f36a65bcda14c | |
| parent | e7c25d2a09edbdcebda1e8d5248249d3a66dbf0e (diff) | |
ydb/tests/tools: change PY23_LIBRARY -> PY3_LIBRARY (#1171)
| -rw-r--r-- | ydb/tests/tools/docker_compose_helpers/ya.make | 2 | ||||
| -rw-r--r-- | ydb/tests/tools/fq_runner/kikimr_runner.py | 2 | ||||
| -rw-r--r-- | ydb/tests/tools/fq_runner/ya.make | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ydb/tests/tools/docker_compose_helpers/ya.make b/ydb/tests/tools/docker_compose_helpers/ya.make index 36866791727..73db15dbcdc 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 fb297ada4c1..5ba9fff095b 100644 --- a/ydb/tests/tools/fq_runner/kikimr_runner.py +++ b/ydb/tests/tools/fq_runner/kikimr_runner.py @@ -74,7 +74,7 @@ class BaseTenant(abc.ABC): 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 838e5ee65dd..b60f39307dd 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 |
