From fbb29df68bd7f330d5a5ced2c20e9244f12f9648 Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Fri, 23 Mar 2018 06:50:00 -0600 Subject: TST: Rename some compiled c test modules The renamed C modules provide low level functions for testing. The rename marks them as private functions and makes them invisible to pytest by default. --- numpy/testing/nose_tools/noseclasses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/testing/nose_tools') diff --git a/numpy/testing/nose_tools/noseclasses.py b/numpy/testing/nose_tools/noseclasses.py index 9756b9b45..08dec0ca9 100644 --- a/numpy/testing/nose_tools/noseclasses.py +++ b/numpy/testing/nose_tools/noseclasses.py @@ -325,7 +325,7 @@ class FPUModeCheckPlugin(Plugin): """ def prepareTestCase(self, test): - from numpy.core.multiarray_tests import get_fpu_mode + from numpy.core._multiarray_tests import get_fpu_mode def run(result): old_mode = get_fpu_mode() -- cgit v1.2.1