summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorBen Greiner <code@bnavigator.de>2022-12-19 14:14:25 +0100
committerBen Greiner <code@bnavigator.de>2022-12-19 14:15:07 +0100
commit2df41fd07ac43d97c2dfb3c038947d53b82cd4eb (patch)
tree9e1e8187399458298944093cb8f0ed81b40eec9a /numpy/tests/test_public_api.py
parentcd7559fd4f4b758483812fb6440fbff9cf900db6 (diff)
downloadnumpy-2df41fd07ac43d97c2dfb3c038947d53b82cd4eb.tar.gz
TST: ignore more np.distutils.log imports
Ignore two more modules from np.distutils.log found by test_public_api.py::test_all_modules_are_expected_2 Closes #22827
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index c41639043..98e59b452 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -353,6 +353,8 @@ def test_all_modules_are_expected():
SKIP_LIST_2 = [
'numpy.math',
'numpy.distutils.log.sys',
+ 'numpy.distutils.log.logging',
+ 'numpy.distutils.log.warnings',
'numpy.doc.constants.re',
'numpy.doc.constants.textwrap',
'numpy.lib.emath',