aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/scipy/py3/tests/cluster/ya.make
blob: 016955b98efc58a2a04bf7956a1b0c29c71ac999 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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()