summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 302bd156d5d..00000000000
--- 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 536f5d41b5d..00000000000
--- 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 e74ef307281..e73cbb28169 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()