ya.make 197 B

12345678910111213141516
  1. PY3TEST()
  2. PEERDIR(
  3. contrib/python/numpy/py3/tests
  4. )
  5. NO_LINT()
  6. SRCDIR(contrib/python/numpy/py3)
  7. TEST_SRCS(
  8. numpy/testing/tests/__init__.py
  9. numpy/testing/tests/test_utils.py
  10. )
  11. END()