diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-19 14:05:26 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-07-19 15:36:06 +0300 |
commit | c9b78dd072a7b7444271e3d682cd8e8ac60a7f42 (patch) | |
tree | 7f03efc0e062ee18aff2bd1badd6786b5fc09130 /library | |
parent | 273b6930b6674e712f1e79e8e34c87173febff3f (diff) | |
download | ydb-c9b78dd072a7b7444271e3d682cd8e8ac60a7f42.tar.gz |
Intermediate changes
Diffstat (limited to 'library')
-rw-r--r-- | library/python/retry/tests/ya.make | 1 | ||||
-rw-r--r-- | library/python/retry/ya.make | 1 | ||||
-rw-r--r-- | library/python/symbols/python/ut/py2/ya.make | 1 | ||||
-rw-r--r-- | library/python/symbols/python/ut/py3/ya.make | 1 | ||||
-rw-r--r-- | library/python/symbols/python/ut/ya.make | 1 | ||||
-rw-r--r-- | library/python/symbols/python/ya.make | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/library/python/retry/tests/ya.make b/library/python/retry/tests/ya.make index 5e14cd2093..733f0b0990 100644 --- a/library/python/retry/tests/ya.make +++ b/library/python/retry/tests/ya.make @@ -1,3 +1,4 @@ + PY23_TEST() STYLE_PYTHON() diff --git a/library/python/retry/ya.make b/library/python/retry/ya.make index dcbf5567cd..1e1789d129 100644 --- a/library/python/retry/ya.make +++ b/library/python/retry/ya.make @@ -1,3 +1,4 @@ + PY23_LIBRARY() STYLE_PYTHON() diff --git a/library/python/symbols/python/ut/py2/ya.make b/library/python/symbols/python/ut/py2/ya.make index 991cbedf65..302bd156d5 100644 --- a/library/python/symbols/python/ut/py2/ya.make +++ b/library/python/symbols/python/ut/py2/ya.make @@ -1,5 +1,6 @@ PY2TEST() + PEERDIR( library/python/symbols/python/ut ) diff --git a/library/python/symbols/python/ut/py3/ya.make b/library/python/symbols/python/ut/py3/ya.make index e5542a6c4e..536f5d41b5 100644 --- a/library/python/symbols/python/ut/py3/ya.make +++ b/library/python/symbols/python/ut/py3/ya.make @@ -1,5 +1,6 @@ PY3TEST() + PEERDIR( library/python/symbols/python/ut ) diff --git a/library/python/symbols/python/ut/ya.make b/library/python/symbols/python/ut/ya.make index 933c81781f..e74ef30728 100644 --- a/library/python/symbols/python/ut/ya.make +++ b/library/python/symbols/python/ut/ya.make @@ -1,5 +1,6 @@ PY23_LIBRARY() + TEST_SRCS(test_ctypes.py) PEERDIR( diff --git a/library/python/symbols/python/ya.make b/library/python/symbols/python/ya.make index e19c591608..20028a44ef 100644 --- a/library/python/symbols/python/ya.make +++ b/library/python/symbols/python/ya.make @@ -1,5 +1,6 @@ LIBRARY() + PEERDIR( library/python/symbols/registry ) |