ya.make 889 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. DATA(
  12. arcadia/contrib/python/scipy/py3
  13. )
  14. SRCDIR(contrib/python/scipy/py3)
  15. TEST_SRCS(
  16. scipy/interpolate/tests/__init__.py
  17. scipy/interpolate/tests/test_bsplines.py
  18. scipy/interpolate/tests/test_fitpack.py
  19. scipy/interpolate/tests/test_fitpack2.py
  20. scipy/interpolate/tests/test_gil.py
  21. scipy/interpolate/tests/test_interpnd.py
  22. scipy/interpolate/tests/test_interpolate.py
  23. scipy/interpolate/tests/test_ndgriddata.py
  24. scipy/interpolate/tests/test_pade.py
  25. scipy/interpolate/tests/test_polyint.py
  26. scipy/interpolate/tests/test_rbf.py
  27. scipy/interpolate/tests/test_rbfinterp.py
  28. scipy/interpolate/tests/test_rgi.py
  29. )
  30. END()