diff options
author | nkozlovskiy <nmk@ydb.tech> | 2023-09-29 12:24:06 +0300 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-09-29 12:41:34 +0300 |
commit | e0e3e1717e3d33762ce61950504f9637a6e669ed (patch) | |
tree | bca3ff6939b10ed60c3d5c12439963a1146b9711 /contrib/python/numpy/py3/tests/ya.make | |
parent | 38f2c5852db84c7b4d83adfcb009eb61541d1ccd (diff) | |
download | ydb-e0e3e1717e3d33762ce61950504f9637a6e669ed.tar.gz |
add ydb deps
Diffstat (limited to 'contrib/python/numpy/py3/tests/ya.make')
-rw-r--r-- | contrib/python/numpy/py3/tests/ya.make | 235 |
1 files changed, 235 insertions, 0 deletions
diff --git a/contrib/python/numpy/py3/tests/ya.make b/contrib/python/numpy/py3/tests/ya.make new file mode 100644 index 0000000000..d7415e6ffb --- /dev/null +++ b/contrib/python/numpy/py3/tests/ya.make @@ -0,0 +1,235 @@ +PY3TEST() + +SIZE(MEDIUM) + +PEERDIR( + contrib/python/numpy + contrib/python/hypothesis + contrib/python/typing-extensions +) + +DATA( + arcadia/contrib/python/numpy/py3/numpy +) + +FORK_TESTS() + +SRCDIR( + contrib/python/numpy/py3/numpy +) + +TEST_SRCS( + array_api/tests/__init__.py + array_api/tests/test_array_object.py + array_api/tests/test_creation_functions.py + array_api/tests/test_data_type_functions.py + array_api/tests/test_elementwise_functions.py + array_api/tests/test_set_functions.py + array_api/tests/test_sorting_functions.py + array_api/tests/test_validation.py + compat/tests/__init__.py + compat/tests/test_compat.py + conftest.py + core/tests/__init__.py + core/tests/_locales.py + core/tests/test__exceptions.py + core/tests/test_abc.py + core/tests/test_api.py + core/tests/test_argparse.py + core/tests/test_array_coercion.py + #core/tests/test_array_interface.py + core/tests/test_arraymethod.py + core/tests/test_arrayprint.py + core/tests/test_casting_floatingpoint_errors.py + core/tests/test_casting_unittests.py + core/tests/test_conversion_utils.py + core/tests/test_cpu_dispatcher.py + core/tests/test_cpu_features.py + core/tests/test_custom_dtypes.py + core/tests/test_cython.py + core/tests/test_datetime.py + core/tests/test_defchararray.py + core/tests/test_deprecations.py + core/tests/test_dlpack.py + core/tests/test_dtype.py + core/tests/test_einsum.py + core/tests/test_errstate.py + core/tests/test_extint128.py + core/tests/test_function_base.py + core/tests/test_getlimits.py + core/tests/test_half.py + core/tests/test_hashtable.py + core/tests/test_indexerrors.py + core/tests/test_indexing.py + core/tests/test_item_selection.py + core/tests/test_limited_api.py + core/tests/test_longdouble.py + core/tests/test_machar.py + core/tests/test_mem_overlap.py + #core/tests/test_mem_policy.py + core/tests/test_memmap.py + core/tests/test_multiarray.py + core/tests/test_nditer.py + core/tests/test_nep50_promotions.py + core/tests/test_numeric.py + core/tests/test_numerictypes.py + core/tests/test_overrides.py + core/tests/test_print.py + core/tests/test_protocols.py + core/tests/test_records.py + core/tests/test_regression.py + core/tests/test_scalar_ctors.py + core/tests/test_scalar_methods.py + core/tests/test_scalarbuffer.py + core/tests/test_scalarinherit.py + core/tests/test_scalarmath.py + core/tests/test_scalarprint.py + core/tests/test_shape_base.py + core/tests/test_simd.py + core/tests/test_simd_module.py + core/tests/test_strings.py + core/tests/test_ufunc.py + core/tests/test_umath.py + core/tests/test_umath_accuracy.py + core/tests/test_umath_complex.py + core/tests/test_unicode.py + #distutils/tests/__init__.py + #distutils/tests/test_build_ext.py + #distutils/tests/test_ccompiler_opt.py + #distutils/tests/test_ccompiler_opt_conf.py + #distutils/tests/test_exec_command.py + #distutils/tests/test_fcompiler.py + #distutils/tests/test_fcompiler_gnu.py + #distutils/tests/test_fcompiler_intel.py + #distutils/tests/test_fcompiler_nagfor.py + #distutils/tests/test_from_template.py + #distutils/tests/test_log.py + #distutils/tests/test_mingw32ccompiler.py + #distutils/tests/test_misc_util.py + #distutils/tests/test_npy_pkg_config.py + #distutils/tests/test_shell_utils.py + #distutils/tests/test_system_info.py + #f2py/tests/__init__.py + #f2py/tests/test_abstract_interface.py + #f2py/tests/test_array_from_pyobj.py + #f2py/tests/test_assumed_shape.py + #f2py/tests/test_block_docstring.py + #f2py/tests/test_callback.py + #f2py/tests/test_common.py + #f2py/tests/test_compile_function.py + #f2py/tests/test_crackfortran.py + #f2py/tests/test_f2cmap.py + #f2py/tests/test_f2py2e.py + #f2py/tests/test_kind.py + #f2py/tests/test_mixed.py + #f2py/tests/test_module_doc.py + #f2py/tests/test_parameter.py + #f2py/tests/test_quoted_character.py + #f2py/tests/test_regression.py + #f2py/tests/test_return_character.py + #f2py/tests/test_return_complex.py + #f2py/tests/test_return_integer.py + #f2py/tests/test_return_logical.py + #f2py/tests/test_return_real.py + #f2py/tests/test_semicolon_split.py + #f2py/tests/test_size.py + #f2py/tests/test_string.py + #f2py/tests/test_symbolic.py + #f2py/tests/util.py + fft/tests/__init__.py + fft/tests/test_helper.py + fft/tests/test_pocketfft.py + lib/tests/__init__.py + lib/tests/test__datasource.py + lib/tests/test__iotools.py + lib/tests/test__version.py + lib/tests/test_arraypad.py + lib/tests/test_arraysetops.py + lib/tests/test_arrayterator.py + lib/tests/test_financial_expired.py + lib/tests/test_format.py + lib/tests/test_function_base.py + lib/tests/test_histograms.py + lib/tests/test_index_tricks.py + lib/tests/test_io.py + lib/tests/test_loadtxt.py + lib/tests/test_mixins.py + lib/tests/test_nanfunctions.py + lib/tests/test_packbits.py + lib/tests/test_polynomial.py + lib/tests/test_recfunctions.py + lib/tests/test_regression.py + lib/tests/test_shape_base.py + lib/tests/test_stride_tricks.py + lib/tests/test_twodim_base.py + lib/tests/test_type_check.py + lib/tests/test_ufunclike.py + lib/tests/test_utils.py + linalg/tests/__init__.py + linalg/tests/test_deprecations.py + linalg/tests/test_linalg.py + linalg/tests/test_regression.py + ma/tests/__init__.py + ma/tests/test_core.py + ma/tests/test_deprecations.py + ma/tests/test_extras.py + ma/tests/test_mrecords.py + ma/tests/test_old_ma.py + ma/tests/test_regression.py + ma/tests/test_subclassing.py + matrixlib/tests/__init__.py + matrixlib/tests/test_defmatrix.py + matrixlib/tests/test_interaction.py + matrixlib/tests/test_masked_matrix.py + matrixlib/tests/test_matrix_linalg.py + matrixlib/tests/test_multiarray.py + matrixlib/tests/test_numeric.py + matrixlib/tests/test_regression.py + polynomial/tests/__init__.py + polynomial/tests/test_chebyshev.py + polynomial/tests/test_classes.py + polynomial/tests/test_hermite.py + polynomial/tests/test_hermite_e.py + polynomial/tests/test_laguerre.py + polynomial/tests/test_legendre.py + polynomial/tests/test_polynomial.py + polynomial/tests/test_polyutils.py + polynomial/tests/test_printing.py + polynomial/tests/test_symbol.py + random/tests/__init__.py + random/tests/data/__init__.py + random/tests/test_direct.py + random/tests/test_extending.py + random/tests/test_generator_mt19937.py + random/tests/test_generator_mt19937_regressions.py + random/tests/test_random.py + random/tests/test_randomstate.py + random/tests/test_randomstate_regression.py + random/tests/test_regression.py + random/tests/test_seed_sequence.py + random/tests/test_smoke.py + testing/tests/__init__.py + #testing/tests/test_doctesting.py + testing/tests/test_utils.py + tests/__init__.py + tests/test__all__.py + #tests/test_ctypeslib.py + tests/test_lazyloading.py + tests/test_matlib.py + tests/test_numpy_version.py + tests/test_public_api.py + tests/test_reloading.py + #tests/test_scripts.py + tests/test_warnings.py + typing/tests/__init__.py + typing/tests/test_generic_alias.py + #typing/tests/test_isfile.py + #typing/tests/test_runtime.py + typing/tests/test_typing.py +) + +NO_LINT() + +REQUIREMENTS(ram:25) + +END() |