diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index e028488d39d4..c48a70e2adc6 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -51,6 +51,7 @@ def test_numpy_namespace(): 'safe_eval': 'numpy.lib.utils.safe_eval', 'set_string_function': 'numpy.core.arrayprint.set_string_function', 'show_config': 'numpy.__config__.show', + 'show_runtime': 'numpy.__config__.runtime', 'who': 'numpy.lib.utils.who', } # We override dir to not show these members