diff options
author | Олег <150132506+iddqdex@users.noreply.github.com> | 2025-02-15 23:44:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-15 20:44:34 +0000 |
commit | cea9d319599a8cd212d8227db7373fd3fb55b396 (patch) | |
tree | e6b56b7bcf6bdf1887aaf1ebfc5eadb5e2b31f4b | |
parent | d866b46b0f4eb7c0389dd28d8f86197697131c7d (diff) | |
download | ydb-cea9d319599a8cd212d8227db7373fd3fb55b396.tar.gz |
fix dependencies (#14608)
-rw-r--r-- | ydb/tests/stress/simple_queue/workload/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ydb/tests/stress/simple_queue/workload/ya.make b/ydb/tests/stress/simple_queue/workload/ya.make index 73aae8bfa9..4dc141f761 100644 --- a/ydb/tests/stress/simple_queue/workload/ya.make +++ b/ydb/tests/stress/simple_queue/workload/ya.make @@ -6,6 +6,8 @@ PY_SRCS( PEERDIR( library/python/monlib + ydb/public/sdk/python + ydb/public/sdk/python/enable_v3_new_behavior ) |