diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-08 13:58:31 +0300 |
---|---|---|
committer | Alexander Smirnov <alex@ydb.tech> | 2024-02-09 19:18:55 +0300 |
commit | 8b5ee5484df1341f83e8db398d8244a554416f3a (patch) | |
tree | cb7313cd3022ba6a2afe5c3c4572118fc08341fd /contrib/python/numpy/py3/tests | |
parent | f24d5ef2ea7627342349e5538df289b79948a4bb (diff) | |
download | ydb-8b5ee5484df1341f83e8db398d8244a554416f3a.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/python/numpy/py3/tests')
-rw-r--r-- | contrib/python/numpy/py3/tests/ya.make | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/python/numpy/py3/tests/ya.make b/contrib/python/numpy/py3/tests/ya.make index 0a655a46999..5df3fb04286 100644 --- a/contrib/python/numpy/py3/tests/ya.make +++ b/contrib/python/numpy/py3/tests/ya.make @@ -26,6 +26,11 @@ SRCDIR( contrib/python/numpy/py3 ) +PY_SRCS( + TOP_LEVEL + numpy/conftest.py +) + TEST_SRCS( numpy/array_api/tests/__init__.py numpy/array_api/tests/test_array_object.py @@ -39,7 +44,6 @@ TEST_SRCS( numpy/array_api/tests/test_validation.py numpy/compat/tests/__init__.py numpy/compat/tests/test_compat.py - numpy/conftest.py numpy/core/tests/__init__.py numpy/core/tests/_locales.py numpy/core/tests/test__exceptions.py |