aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2023-11-29 15:06:48 +0300
committerrobot-piglet <robot-piglet@yandex-team.com>2023-11-29 17:01:50 +0300
commit4bf5797bef28b63bcd3085c9c45eb259ed92803a (patch)
tree0bb95ce77fdba91cceda4ab899f96872bfa992d7 /library
parentf1fff7b08e554137ba4015c332d072cfdc954621 (diff)
downloadydb-4bf5797bef28b63bcd3085c9c45eb259ed92803a.tar.gz
Intermediate changes
Diffstat (limited to 'library')
-rw-r--r--library/python/pytest/ya.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/python/pytest/ya.make b/library/python/pytest/ya.make
index 297d71dd65..718c77ab78 100644
--- a/library/python/pytest/ya.make
+++ b/library/python/pytest/ya.make
@@ -22,7 +22,8 @@ PEERDIR(
library/python/testing/yatest_lib
)
-IF (NOT OPENSOURCE)
+IF (NOT OPENSOURCE AND NOT OS_ANDROID AND NOT OS_IOS)
+ # FIXME: should be fixed properly in YA-1499
PEERDIR(contrib/tools/gprof2dot)
ENDIF()