aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/svn_version/ut
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-15 13:35:56 +0300
commit094638589de6a6c9f91fad0005843fc1c1adc957 (patch)
tree7d55b9e950eb724da222548997547bf6710b1b58 /library/python/svn_version/ut
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/python/svn_version/ut')
-rw-r--r--library/python/svn_version/ut/lib/ya.make13
-rw-r--r--library/python/svn_version/ut/py2/ya.make9
-rw-r--r--library/python/svn_version/ut/py3/ya.make9
-rw-r--r--library/python/svn_version/ut/ya.make5
4 files changed, 0 insertions, 36 deletions
diff --git a/library/python/svn_version/ut/lib/ya.make b/library/python/svn_version/ut/lib/ya.make
deleted file mode 100644
index fb50caf125..0000000000
--- a/library/python/svn_version/ut/lib/ya.make
+++ /dev/null
@@ -1,13 +0,0 @@
-PY23_LIBRARY()
-
-OWNER(pg)
-
-PEERDIR(
- library/python/svn_version
-)
-
-TEST_SRCS(
- test_simple.py
-)
-
-END()
diff --git a/library/python/svn_version/ut/py2/ya.make b/library/python/svn_version/ut/py2/ya.make
deleted file mode 100644
index c860e16536..0000000000
--- a/library/python/svn_version/ut/py2/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-PY2TEST()
-
-OWNER(pg)
-
-PEERDIR(
- library/python/svn_version/ut/lib
-)
-
-END()
diff --git a/library/python/svn_version/ut/py3/ya.make b/library/python/svn_version/ut/py3/ya.make
deleted file mode 100644
index 4231565142..0000000000
--- a/library/python/svn_version/ut/py3/ya.make
+++ /dev/null
@@ -1,9 +0,0 @@
-PY3TEST()
-
-OWNER(pg)
-
-PEERDIR(
- library/python/svn_version/ut/lib
-)
-
-END()
diff --git a/library/python/svn_version/ut/ya.make b/library/python/svn_version/ut/ya.make
deleted file mode 100644
index 1363b76581..0000000000
--- a/library/python/svn_version/ut/ya.make
+++ /dev/null
@@ -1,5 +0,0 @@
-RECURSE(
- lib
- py2
- py3
-)