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/lib/tests/test_stride_tricks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/tests/test_stride_tricks.py') diff --git a/numpy/lib/tests/test_stride_tricks.py b/numpy/lib/tests/test_stride_tricks.py index 0599324d7..475119481 100644 --- a/numpy/lib/tests/test_stride_tricks.py +++ b/numpy/lib/tests/test_stride_tricks.py @@ -1,7 +1,7 @@ from __future__ import division, absolute_import, print_function import numpy as np -from numpy.core.test_rational import rational +from numpy.core._rational_tests import rational from numpy.testing import ( run_module_suite, assert_equal, assert_array_equal, assert_raises, assert_ -- cgit v1.2.1