ya.make 487 B

1234567891011121314151617181920212223242526272829303132
  1. PY23_LIBRARY()
  2. PY_SRCS(
  3. TOP_LEVEL
  4. solomon_runner.py
  5. yql_utils.py
  6. yql_ports.py
  7. yqlrun.py
  8. yql_http_file_server.py
  9. test_utils.py
  10. test_file_common.py
  11. )
  12. PY_SRCS(
  13. NAMESPACE ydb_library_yql_test_framework
  14. conftest.py
  15. )
  16. PEERDIR(
  17. contrib/python/requests
  18. contrib/python/six
  19. contrib/python/urllib3
  20. library/python/cyson
  21. yql/essentials/core/file_storage/proto
  22. yql/essentials/providers/common/proto
  23. )
  24. END()
  25. RECURSE(
  26. udfs_deps
  27. )