aboutsummaryrefslogblamecommitdiffstats
path: root/contrib/python/numpy/py3/tests/ya.make
blob: 22be4f700db85628831e3cc14680e59b11df816e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
             
 
               
 
                     
 


                                    
                       
 
         
 
                                
 



                     
     
















                                    
PY3_LIBRARY()

VERSION(1.26.4)

LICENSE(BSD-3-Clause)

PEERDIR(
    contrib/python/numpy
    contrib/python/hypothesis
    contrib/python/typing-extensions
    contrib/python/pytz
)

NO_LINT()

SRCDIR(contrib/python/numpy/py3)

PY_SRCS(
    TOP_LEVEL
    numpy/conftest.py
)

END()

RECURSE_FOR_TESTS(
    array_api
    compat
    core
    # distutils
    # f2py
    fft
    lib
    linalg
    ma
    # matrixlib - merged with linalg
    polynomial
    random
    testing
    tests
    typing
)