summaryrefslogtreecommitdiffstats
path: root/library/python
diff options
context:
space:
mode:
Diffstat (limited to 'library/python')
-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 297d71dd653..718c77ab783 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()