ya.make 720 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OWNER(g:yatest)
  2. PY23_LIBRARY()
  3. OWNER(g:yatest)
  4. NO_EXTENDED_SOURCE_SEARCH()
  5. PY_SRCS(
  6. TOP_LEVEL
  7. yatest/__init__.py
  8. yatest/common/__init__.py
  9. yatest/common/benchmark.py
  10. yatest/common/canonical.py
  11. yatest/common/environment.py
  12. yatest/common/errors.py
  13. yatest/common/legacy.py
  14. yatest/common/misc.py
  15. yatest/common/network.py
  16. yatest/common/path.py
  17. yatest/common/process.py
  18. yatest/common/runtime.py
  19. yatest/common/runtime_java.py
  20. yatest/common/tags.py
  21. )
  22. PEERDIR(
  23. contrib/python/six
  24. library/python/cores
  25. library/python/filelock
  26. library/python/fs
  27. )
  28. IF (NOT CATBOOST_OPENSOURCE)
  29. PEERDIR(
  30. library/python/coredump_filter
  31. )
  32. ENDIF()
  33. END()