diff options
| author | robot-piglet <[email protected]> | 2024-07-19 14:05:26 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-07-19 15:36:06 +0300 |
| commit | c9b78dd072a7b7444271e3d682cd8e8ac60a7f42 (patch) | |
| tree | 7f03efc0e062ee18aff2bd1badd6786b5fc09130 | |
| parent | 273b6930b6674e712f1e79e8e34c87173febff3f (diff) | |
Intermediate changes
| -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 5e14cd20935..733f0b0990d 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 dcbf5567cd9..1e1789d1298 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 991cbedf65d..302bd156d5d 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 e5542a6c4e3..536f5d41b5d 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 933c81781f3..e74ef307281 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 e19c591608b..20028a44eff 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 ) |
