summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index c7a789b21..6e4a8dee0 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -167,7 +167,6 @@ PUBLIC_MODULES = ['numpy.' + s for s in [
"polynomial.laguerre",
"polynomial.legendre",
"polynomial.polynomial",
- "polynomial.polyutils",
"random",
"testing",
"typing",
@@ -294,6 +293,7 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"ma.timer_comparison",
"matrixlib",
"matrixlib.defmatrix",
+ "polynomial.polyutils",
"random.mtrand",
"random.bit_generator",
"testing.print_coercion_tables",