ya.make 181 B

1234567891011121314151617
  1. PY2TEST()
  2. PEERDIR(
  3. contrib/python/typing-extensions
  4. )
  5. SRCDIR(
  6. contrib/python/typing-extensions/py2/src_py2
  7. )
  8. TEST_SRCS(
  9. test_typing_extensions.py
  10. )
  11. NO_LINT()
  12. END()