diff options
author | robot-piglet <[email protected]> | 2024-02-08 13:58:31 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2024-02-08 14:21:03 +0300 |
commit | 0b7e3698c7f75fdc46374a8325ed556bbef9bb24 (patch) | |
tree | 2d753d3f96297b3fc9e5587efddc6f5f1e011245 /contrib/python/numpy/py3/tests | |
parent | 486736e2393fd6541e7259e760b75ba24250ab36 (diff) |
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 |