summaryrefslogtreecommitdiffstats
path: root/library/python/cpp_test/ya.make
diff options
context:
space:
mode:
authorrobot-ydb-importer <[email protected]>2024-11-22 16:22:45 +0300
committerrobot-ydb-importer <[email protected]>2024-11-22 16:37:54 +0300
commite2791d7cb5f6c16065070c3e36286399908c3f56 (patch)
tree3fe608c5d15b25f183591f075dee49bfd6a83dde /library/python/cpp_test/ya.make
parent145d1a017c8b4a1d1d2d900d87df267373c7479e (diff)
YDB Import 625
commit_hash:bbf24592c367fa158fbc53e041fe367374d0750e
Diffstat (limited to 'library/python/cpp_test/ya.make')
-rw-r--r--library/python/cpp_test/ya.make15
1 files changed, 0 insertions, 15 deletions
diff --git a/library/python/cpp_test/ya.make b/library/python/cpp_test/ya.make
deleted file mode 100644
index 9fbc9212987..00000000000
--- a/library/python/cpp_test/ya.make
+++ /dev/null
@@ -1,15 +0,0 @@
-PY3_LIBRARY()
-
-PEERDIR(
- build/config/tests/cpp_style
- contrib/python/PyYAML
- library/python/resource
- library/python/testing/style
-)
-
-TEST_SRCS(
- conftest.py
- test_cpp.py
-)
-
-END()