From 321e028b90526ec40df281ae543f18aa4434bcd3 Mon Sep 17 00:00:00 2001 From: czgdp1807 Date: Sat, 7 Aug 2021 11:05:40 +0530 Subject: Shifted to CopyMode to np.array_api --- numpy/tests/test_public_api.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'numpy/tests/test_public_api.py') diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 6e4a8dee0..5fb06f71f 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -137,6 +137,7 @@ def test_NPY_NO_EXPORT(): # current status is fine. For others it may make sense to work on making them # private, to clean up our public API and avoid confusion. PUBLIC_MODULES = ['numpy.' + s for s in [ + "array_api", "ctypeslib", "distutils", "distutils.cpuinfo", @@ -321,6 +322,7 @@ def is_unexpected(name): # These are present in a directory with an __init__.py but cannot be imported # code_generators/ isn't installed, but present for an inplace build SKIP_LIST = [ + "numpy.array_api.CopyMode", "numpy.core.code_generators", "numpy.core.code_generators.genapi", "numpy.core.code_generators.generate_umath", -- cgit v1.2.1