aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/cpp_test/ya.make
diff options
context:
space:
mode:
authorsay <say@yandex-team.com>2023-09-28 17:58:30 +0300
committersay <say@yandex-team.com>2023-09-28 18:39:04 +0300
commite1bf3a3e544c1895f0cbdca317f43740cc8cb6db (patch)
tree8823a8b17bd9188a08a0c3fcb0f902b0320da38b /library/python/cpp_test/ya.make
parent1b2cc051281e67c9b930068caaa1df1fc74e3c07 (diff)
downloadydb-e1bf3a3e544c1895f0cbdca317f43740cc8cb6db.tar.gz
Move style configs from devtools to build directory
Diffstat (limited to 'library/python/cpp_test/ya.make')
-rw-r--r--library/python/cpp_test/ya.make5
1 files changed, 1 insertions, 4 deletions
diff --git a/library/python/cpp_test/ya.make b/library/python/cpp_test/ya.make
index 6267cbf630..9fbc921298 100644
--- a/library/python/cpp_test/ya.make
+++ b/library/python/cpp_test/ya.make
@@ -1,6 +1,7 @@
PY3_LIBRARY()
PEERDIR(
+ build/config/tests/cpp_style
contrib/python/PyYAML
library/python/resource
library/python/testing/style
@@ -11,8 +12,4 @@ TEST_SRCS(
test_cpp.py
)
-RESOURCE(
- devtools/ya/handlers/style/style_config /cpp_style/config
-)
-
END()