aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2025-02-24 01:24:20 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2025-02-24 01:36:36 +0300
commit98c12699e07321e2078c175d7d43fb765448ff2b (patch)
tree5443c851aa5c585f52545a1b4bced5a1f3eb9bed
parent62e89f936bec24478c7c581e293ac2ba9b71592e (diff)
downloadydb-98c12699e07321e2078c175d7d43fb765448ff2b.tar.gz
Intermediate changes
commit_hash:38b40cc050b80e3e73a41f5c8fb85784865b664c
-rw-r--r--library/python/symbols/python/ut/py2/ya.make8
-rw-r--r--library/python/symbols/python/ut/py3/ya.make8
-rw-r--r--library/python/symbols/python/ut/ya.make14
3 files changed, 5 insertions, 25 deletions
diff --git a/library/python/symbols/python/ut/py2/ya.make b/library/python/symbols/python/ut/py2/ya.make
deleted file mode 100644
index 302bd156d5..0000000000
--- a/library/python/symbols/python/ut/py2/ya.make
+++ /dev/null
@@ -1,8 +0,0 @@
-PY2TEST()
-
-
-PEERDIR(
- library/python/symbols/python/ut
-)
-
-END()
diff --git a/library/python/symbols/python/ut/py3/ya.make b/library/python/symbols/python/ut/py3/ya.make
deleted file mode 100644
index 536f5d41b5..0000000000
--- a/library/python/symbols/python/ut/py3/ya.make
+++ /dev/null
@@ -1,8 +0,0 @@
-PY3TEST()
-
-
-PEERDIR(
- library/python/symbols/python/ut
-)
-
-END()
diff --git a/library/python/symbols/python/ut/ya.make b/library/python/symbols/python/ut/ya.make
index e74ef30728..e73cbb2816 100644
--- a/library/python/symbols/python/ut/ya.make
+++ b/library/python/symbols/python/ut/ya.make
@@ -1,15 +1,11 @@
-PY23_LIBRARY()
-
-
-TEST_SRCS(test_ctypes.py)
+PY23_TEST()
PEERDIR(
library/python/symbols/python
)
-END()
-
-RECURSE_FOR_TESTS(
- py2
- py3
+TEST_SRCS(
+ test_ctypes.py
)
+
+END()