diff options
author | robot-piglet <[email protected]> | 2023-11-29 15:06:48 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2023-11-29 17:01:50 +0300 |
commit | 4bf5797bef28b63bcd3085c9c45eb259ed92803a (patch) | |
tree | 0bb95ce77fdba91cceda4ab899f96872bfa992d7 /library/python | |
parent | f1fff7b08e554137ba4015c332d072cfdc954621 (diff) |
Intermediate changes
Diffstat (limited to 'library/python')
-rw-r--r-- | library/python/pytest/ya.make | 3 |
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() |