ya.make 626 B

1234567891011121314151617181920212223242526272829303132333435
  1. PY3TEST()
  2. PEERDIR(
  3. contrib/python/python-dateutil
  4. contrib/python/freezegun
  5. contrib/python/hypothesis
  6. )
  7. ENV(LC_ALL=ru_RU.UTF-8)
  8. ENV(LANG=ru_RU.UTF-8)
  9. # because we cannot change TZ in arcadia CI
  10. ENV(DATEUTIL_MAY_NOT_CHANGE_TZ_VAR=1)
  11. TEST_SRCS(
  12. property/test_isoparse_prop.py
  13. property/test_parser_prop.py
  14. # property/test_tz_prop.py
  15. __init__.py
  16. _common.py
  17. conftest.py
  18. test_easter.py
  19. test_import_star.py
  20. test_imports.py
  21. test_internals.py
  22. test_isoparser.py
  23. test_parser.py
  24. test_relativedelta.py
  25. test_rrule.py
  26. test_tz.py
  27. test_utils.py
  28. )
  29. NO_LINT()
  30. END()