ya.make 253 B

1234567891011121314151617181920
  1. PY23_LIBRARY()
  2. LICENSE(Service-Py23-Proxy)
  3. VERSION(Service-proxy-version)
  4. IF (PYTHON2)
  5. PEERDIR(contrib/python/pytest-localserver/py2)
  6. ELSE()
  7. PEERDIR(contrib/python/pytest-localserver/py3)
  8. ENDIF()
  9. NO_LINT()
  10. END()
  11. RECURSE(
  12. py2
  13. py3
  14. )