aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrobot-piglet <robot-piglet@yandex-team.com>2024-02-08 13:58:31 +0300
committerAlexander Smirnov <alex@ydb.tech>2024-02-09 19:18:55 +0300
commit8b5ee5484df1341f83e8db398d8244a554416f3a (patch)
treecb7313cd3022ba6a2afe5c3c4572118fc08341fd
parentf24d5ef2ea7627342349e5538df289b79948a4bb (diff)
downloadydb-8b5ee5484df1341f83e8db398d8244a554416f3a.tar.gz
Intermediate changes
-rw-r--r--contrib/python/numpy/py3/numpy/random/ya.make1
-rw-r--r--contrib/python/numpy/py3/numpy/tests/test_public_api.py2
-rw-r--r--contrib/python/numpy/py3/tests/ya.make6
-rw-r--r--contrib/python/numpy/py3/ya.make1
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