ya.make 682 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. PY23_LIBRARY()
  2. PY_SRCS(
  3. __init__.py
  4. config.py
  5. context.py
  6. main.py
  7. rewrite.py
  8. yatest_tools.py
  9. )
  10. STYLE_PYTHON()
  11. PEERDIR(
  12. contrib/python/attrs
  13. contrib/python/python-dateutil
  14. contrib/python/ipdb
  15. contrib/python/py
  16. contrib/python/pytest
  17. library/python/pytest/plugins
  18. library/python/testing/yatest_common
  19. library/python/testing/yatest_lib
  20. )
  21. IF (NOT OPENSOURCE AND NOT OS_ANDROID AND NOT OS_IOS AND NOT MAPSMOBI_BUILD_TARGET)
  22. # FIXME: should be fixed properly in YA-1499
  23. PEERDIR(contrib/tools/gprof2dot)
  24. ENDIF()
  25. RESOURCE_FILES(
  26. PREFIX library/python/pytest/
  27. pytest.yatest.ini
  28. )
  29. END()
  30. RECURSE_FOR_TESTS(
  31. ut
  32. )