diff options
| author | robot-piglet <[email protected]> | 2024-12-22 19:09:53 +0300 | 
|---|---|---|
| committer | robot-piglet <[email protected]> | 2024-12-22 19:21:23 +0300 | 
| commit | 53d3944172954d6cb32c84b53ed4f1b3dde89243 (patch) | |
| tree | b6d14a442dda6f3b4db1d57731a909d088dffd37 /contrib/python/scipy/py3/tests/cluster | |
| parent | f9e36e78609de5b801f829466f06ccc9a87dc00b (diff) | |
Intermediate changes
commit_hash:ff6a03c1c0f00133d3851b31f6c725860a389d1d
Diffstat (limited to 'contrib/python/scipy/py3/tests/cluster')
| -rw-r--r-- | contrib/python/scipy/py3/tests/cluster/ya.make | 29 | 
1 files changed, 29 insertions, 0 deletions
diff --git a/contrib/python/scipy/py3/tests/cluster/ya.make b/contrib/python/scipy/py3/tests/cluster/ya.make new file mode 100644 index 00000000000..016955b98ef --- /dev/null +++ b/contrib/python/scipy/py3/tests/cluster/ya.make @@ -0,0 +1,29 @@ +# Generated by devtools/yamaker. + +PY3TEST() + +SUBSCRIBER(g:python-contrib) + +VERSION(1.11.4) + +ORIGINAL_SOURCE(mirror://pypi/s/scipy/scipy-1.11.4.tar.gz) + +SIZE(MEDIUM) + +PEERDIR( +    contrib/python/scipy/py3/tests +) + +NO_LINT() + +SRCDIR(contrib/python/scipy/py3) + +TEST_SRCS( +    scipy/cluster/tests/__init__.py +    scipy/cluster/tests/hierarchy_test_data.py +    scipy/cluster/tests/test_disjoint_set.py +    scipy/cluster/tests/test_hierarchy.py +    scipy/cluster/tests/test_vq.py +) + +END()  | 
