ya.make 342 B

1234567891011121314151617181920212223242526
  1. # Generated by devtools/yamaker.
  2. PY3TEST()
  3. SUBSCRIBER(g:python-contrib)
  4. VERSION(1.11.4)
  5. ORIGINAL_SOURCE(mirror://pypi/s/scipy/scipy-1.11.4.tar.gz)
  6. SIZE(MEDIUM)
  7. PEERDIR(
  8. contrib/python/scipy/py3/tests
  9. )
  10. NO_LINT()
  11. SRCDIR(contrib/python/scipy/py3)
  12. TEST_SRCS(
  13. scipy/odr/tests/__init__.py
  14. scipy/odr/tests/test_odr.py
  15. )
  16. END()