Skip to content

Commit

Permalink
ydb/tests/tools: change PY23_LIBRARY -> PY3_LIBRARY (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 authored Jan 19, 2024
1 parent e7c25d2 commit b31d300
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ydb/tests/tools/docker_compose_helpers/ya.make
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PY23_LIBRARY()
PY3_LIBRARY()

PY_SRCS(
endpoint_determiner.py
Expand Down
2 changes: 1 addition & 1 deletion ydb/tests/tools/fq_runner/kikimr_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion ydb/tests/tools/fq_runner/ya.make
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PY23_LIBRARY()
PY3_LIBRARY()

PY_SRCS(
custom_hooks.py
Expand Down

0 comments on commit b31d300

Please sign in to comment.