diff options
author | abodrov <abodrov@yandex-team.ru> | 2022-02-10 16:47:18 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:18 +0300 |
commit | 1b8c043abfc689b3d27384c4202b20031fc4ae31 (patch) | |
tree | 43ffe3a7cfe51a083e22d9eabb71c4f5321f6b08 /library/python/runtime_py3/test/ya.make | |
parent | e7a025f6f4917a3eb54227db101e58bb26ee2cfa (diff) | |
download | ydb-1b8c043abfc689b3d27384c4202b20031fc4ae31.tar.gz |
Restoring authorship annotation for <abodrov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/python/runtime_py3/test/ya.make')
-rw-r--r-- | library/python/runtime_py3/test/ya.make | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/library/python/runtime_py3/test/ya.make b/library/python/runtime_py3/test/ya.make index 4ec3db74f5..e7f5603762 100644 --- a/library/python/runtime_py3/test/ya.make +++ b/library/python/runtime_py3/test/ya.make @@ -1,12 +1,12 @@ -PY3TEST() - +PY3TEST() + OWNER( abodrov borman -) - +) + DEPENDS(library/python/runtime_py3/test/traceback) - + PEERDIR( contrib/python/parameterized contrib/python/PyYAML @@ -35,6 +35,6 @@ RESOURCE_FILES( resources/submodule/bar.txt ) -END() +END() RECURSE_FOR_TESTS(traceback) |