diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /library/python/filelock | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/python/filelock')
-rw-r--r-- | library/python/filelock/ut/lib/ya.make | 11 | ||||
-rw-r--r-- | library/python/filelock/ut/py2/ya.make | 9 | ||||
-rw-r--r-- | library/python/filelock/ut/py3/ya.make | 9 | ||||
-rw-r--r-- | library/python/filelock/ut/ya.make | 7 | ||||
-rw-r--r-- | library/python/filelock/ya.make | 11 |
5 files changed, 0 insertions, 47 deletions
diff --git a/library/python/filelock/ut/lib/ya.make b/library/python/filelock/ut/lib/ya.make deleted file mode 100644 index f3f9da5a67e..00000000000 --- a/library/python/filelock/ut/lib/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -OWNER(g:yatool) - -PY23_LIBRARY() - -TEST_SRCS(test_filelock.py) - -PEERDIR( - library/python/filelock -) - -END() diff --git a/library/python/filelock/ut/py2/ya.make b/library/python/filelock/ut/py2/ya.make deleted file mode 100644 index 30b54e0232a..00000000000 --- a/library/python/filelock/ut/py2/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -OWNER(g:yatool) - -PY2TEST() - -PEERDIR( - library/python/filelock/ut/lib -) - -END() diff --git a/library/python/filelock/ut/py3/ya.make b/library/python/filelock/ut/py3/ya.make deleted file mode 100644 index 05a856a19a2..00000000000 --- a/library/python/filelock/ut/py3/ya.make +++ /dev/null @@ -1,9 +0,0 @@ -OWNER(g:yatool) - -PY3TEST() - -PEERDIR( - library/python/filelock/ut/lib -) - -END() diff --git a/library/python/filelock/ut/ya.make b/library/python/filelock/ut/ya.make deleted file mode 100644 index 9280ea415e1..00000000000 --- a/library/python/filelock/ut/ya.make +++ /dev/null @@ -1,7 +0,0 @@ -OWNER(g:yatool) - -RECURSE( - lib - py2 - py3 -) diff --git a/library/python/filelock/ya.make b/library/python/filelock/ya.make deleted file mode 100644 index 958cc1866f6..00000000000 --- a/library/python/filelock/ya.make +++ /dev/null @@ -1,11 +0,0 @@ -OWNER(g:yatool) - -PY23_LIBRARY() - -PY_SRCS(__init__.py) - -PEERDIR( - library/python/windows -) - -END() |