Browse Source

Intermediate changes

robot-piglet 1 year ago
parent
commit
4bf5797bef
1 changed files with 2 additions and 1 deletions
  1. 2 1
      library/python/pytest/ya.make

+ 2 - 1
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()