aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/numpy/py3/tests/testing/ya.make
blob: 0a18cf3072d364c6f3fc16e9204c507ad7e07faa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PY3TEST()

PEERDIR(
    contrib/python/numpy/py3/tests
)

NO_LINT()

SRCDIR(contrib/python/numpy/py3)

TEST_SRCS(
    numpy/testing/tests/__init__.py
    numpy/testing/tests/test_utils.py
)

END()