ya.make 190 B

1234567891011121314151617
  1. PY2TEST()
  2. SUBSCRIBER(g:python-contrib)
  3. PEERDIR(
  4. contrib/deprecated/python/ruamel.ordereddict
  5. )
  6. TEST_SRCS(
  7. test_ordereddict.py
  8. test_py2.py
  9. test_py27.py
  10. )
  11. NO_LINT()
  12. END()