aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/scipy/py3/tests/_build_utils/ya.make
blob: 557f802cd6badd8109e5259f20f251eb66589b32 (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
# 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/_build_utils/tests/__init__.py
    scipy/_build_utils/tests/test_scipy_version.py
)

END()