summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2021-10-20 11:38:42 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2021-10-26 23:54:04 +0200
commitae3c21991a617d60d8093e3e958a6b0b5fb0eeb6 (patch)
tree37ee1d0a96f11f0a3042433bea8952b3b5c8e14e /numpy/tests/test_public_api.py
parent85f121e86de914a8f24746e7619454c5b6b0ac2a (diff)
downloadnumpy-ae3c21991a617d60d8093e3e958a6b0b5fb0eeb6.tar.gz
DEP: Deprecate the `np.core.machar` module
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index 73a93f489..1e7d389d9 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -178,7 +178,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"core.fromnumeric",
"core.function_base",
"core.getlimits",
- "core.machar",
"core.memmap",
"core.multiarray",
"core.numeric",