summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorWarren Weckesser <warren.weckesser@gmail.com>2020-08-12 20:41:23 -0400
committerGitHub <noreply@github.com>2020-08-12 19:41:23 -0500
commitb4fd7a79bc55f17f301d219492528e6f5f40c6f0 (patch)
tree244ffaa0968549d474580eaaf17dc4f97aedc42e /numpy/tests/test_public_api.py
parent2b54640ad50bbbfecfb4c9cc8c9dd9c161f6a52e (diff)
downloadnumpy-b4fd7a79bc55f17f301d219492528e6f5f40c6f0.tar.gz
DEP: lib: Remove the deprecated financial functions. (#17067)
As explained in NEP 32, the financial functions are to be removed from version 1.20. They are now replaced with module level `__getattr__` to give a useful error message for those surprised by the `AttributeError`. This only works for Python 3.7+, but it is expected that by the 1.20 release Python 3.6 will not be supported.
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 a9d6da01c..5b2cbbffe 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -281,7 +281,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"lib.arraypad",
"lib.arraysetops",
"lib.arrayterator",
- "lib.financial",
"lib.function_base",
"lib.histograms",
"lib.index_tricks",