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

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

NO_LINT()

SRCDIR(contrib/python/numpy/py3)

TEST_SRCS(
    numpy/typing/tests/__init__.py
    #numpy/typing/tests/test_isfile.py
    #numpy/typing/tests/test_runtime.py
    numpy/typing/tests/test_typing.py
)

END()