diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-08 13:58:31 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2024-02-08 14:21:03 +0300 |
commit | 0b7e3698c7f75fdc46374a8325ed556bbef9bb24 (patch) | |
tree | 2d753d3f96297b3fc9e5587efddc6f5f1e011245 | |
parent | 486736e2393fd6541e7259e760b75ba24250ab36 (diff) | |
download | ydb-0b7e3698c7f75fdc46374a8325ed556bbef9bb24.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/python/numpy/py3/numpy/random/ya.make | 1 | ||||
-rw-r--r-- | contrib/python/numpy/py3/numpy/tests/test_public_api.py | 2 | ||||
-rw-r--r-- | contrib/python/numpy/py3/tests/ya.make | 6 | ||||
-rw-r--r-- | contrib/python/numpy/py3/ya.make | 1 |
4 files changed, 6 insertions, 4 deletions
diff --git a/contrib/python/numpy/py3/numpy/random/ya.make b/contrib/python/numpy/py3/numpy/random/ya.make index bce5742ba5..6cc93532fb 100644 --- a/contrib/python/numpy/py3/numpy/random/ya.make +++ b/contrib/python/numpy/py3/numpy/random/ya.make @@ -15,7 +15,6 @@ ADDINCL( CFLAGS( -DHAVE_CBLAS -DHAVE_NPY_CONFIG_H=1 - -DNO_ATLAS_INFO=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 diff --git a/contrib/python/numpy/py3/numpy/tests/test_public_api.py b/contrib/python/numpy/py3/numpy/tests/test_public_api.py index 3711c2f96b..5a90650fd8 100644 --- a/contrib/python/numpy/py3/numpy/tests/test_public_api.py +++ b/contrib/python/numpy/py3/numpy/tests/test_public_api.py @@ -185,7 +185,7 @@ PUBLIC_ALIASED_MODULES = [ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [ "compat", "compat.py3k", - #"conftest", + "conftest", "core", "core.arrayprint", "core.defchararray", diff --git a/contrib/python/numpy/py3/tests/ya.make b/contrib/python/numpy/py3/tests/ya.make index 0a655a4699..5df3fb0428 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 diff --git a/contrib/python/numpy/py3/ya.make b/contrib/python/numpy/py3/ya.make index 0eb98bef02..a6a43be5f1 100644 --- a/contrib/python/numpy/py3/ya.make +++ b/contrib/python/numpy/py3/ya.make @@ -42,7 +42,6 @@ NO_CHECK_IMPORTS( CFLAGS( -DHAVE_CBLAS -DHAVE_NPY_CONFIG_H=1 - -DNO_ATLAS_INFO=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -D_LARGEFILE_SOURCE=1 |