summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/python
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-02-11 16:03:10 +0300
committerrobot-piglet <[email protected]>2025-02-11 16:15:59 +0300
commit0410581dd10d998fe908dc56392c0167f948951b (patch)
treecc504f79357912285bb030c8c8d41e769d484447 /yql/essentials/udfs/common/python
parentd7d05d23126e95527238f162faf9c6487a1e9726 (diff)
Intermediate changes
commit_hash:f3acde65f4eb25503f414d5262f52b496123bd96
Diffstat (limited to 'yql/essentials/udfs/common/python')
-rw-r--r--yql/essentials/udfs/common/python/bindings/ya.make8
1 files changed, 5 insertions, 3 deletions
diff --git a/yql/essentials/udfs/common/python/bindings/ya.make b/yql/essentials/udfs/common/python/bindings/ya.make
index efb5b475c4f..83380ce4c4d 100644
--- a/yql/essentials/udfs/common/python/bindings/ya.make
+++ b/yql/essentials/udfs/common/python/bindings/ya.make
@@ -49,6 +49,8 @@ NO_COMPILER_WARNINGS()
END()
-RECURSE_FOR_TESTS(
- ut3
-)
+IF (NOT EXPORT_CMAKE)
+ RECURSE_FOR_TESTS(
+ ut3
+ )
+ENDIF()