aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/runtime_py3/test
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/runtime_py3/test
parentbc921e787bed8a51a43725b78382e806800c44c1 (diff)
downloadydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'library/python/runtime_py3/test')
-rw-r--r--library/python/runtime_py3/test/traceback/ya.make19
-rw-r--r--library/python/runtime_py3/test/ya.make40
2 files changed, 0 insertions, 59 deletions
diff --git a/library/python/runtime_py3/test/traceback/ya.make b/library/python/runtime_py3/test/traceback/ya.make
deleted file mode 100644
index b61fe9550b..0000000000
--- a/library/python/runtime_py3/test/traceback/ya.make
+++ /dev/null
@@ -1,19 +0,0 @@
-PY3_PROGRAM()
-
-OWNER(
- abodrov
- borman
-)
-
-PEERDIR(
- contrib/python/ipython
-)
-
-PY_SRCS(
- MAIN
- __main__.py=main
- crash.py
- mod/__init__.py
-)
-
-END()
diff --git a/library/python/runtime_py3/test/ya.make b/library/python/runtime_py3/test/ya.make
deleted file mode 100644
index 4ec3db74f5..0000000000
--- a/library/python/runtime_py3/test/ya.make
+++ /dev/null
@@ -1,40 +0,0 @@
-PY3TEST()
-
-OWNER(
- abodrov
- borman
-)
-
-DEPENDS(library/python/runtime_py3/test/traceback)
-
-PEERDIR(
- contrib/python/parameterized
- contrib/python/PyYAML
-)
-
-PY_SRCS(
- TOP_LEVEL
- resources/__init__.py
- resources/submodule/__init__.py
-)
-
-TEST_SRCS(
- test_metadata.py
- test_resources.py
- test_traceback.py
- test_arcadia_source_finder.py
-)
-
-RESOURCE_FILES(
- PREFIX library/python/runtime_py3/test/
- .dist-info/METADATA
- .dist-info/RECORD
- .dist-info/entry_points.txt
- .dist-info/top_level.txt
- resources/foo.txt
- resources/submodule/bar.txt
-)
-
-END()
-
-RECURSE_FOR_TESTS(traceback)